Overview
You can receive instant API notifications from Travelgate with the HotelResNotif
message for bookings and the CancelNotif
message for cancellations.
Also, it is possible to implement HotelResRetrieve
messages to obtain a list of bookings from the Inventory Tool System.
📄️ Booking Notification
During the booking process, we'll send you a HotelResNotif request message to share reservation details. You just need to check and let us know the reservation status. After that, Travelgate will handle the response from your system, moving forward with the reservation and updating you on the status.
📄️ Cancel Notification
During the cancellation process, we'll send you a CancelNotif request message to inform of the cancellation. You just need to check and let us know the reservation status. After that, Travelgate will handle the response from your system, moving forward with the cancellation process and updating you on the status.
📄️ Booking List Retrieval
The HotelResRetrieve request message allows you to retrieve a list of bookings that were made within a specific arrival date range or a specific booking date range.
Note that card payments are only allowed if you implement HotelResNotif
message