Complete Flight Ticketing
Last updated
Was this helpful?
Last updated
Was this helpful?
This API Endpoint makes a POST request to the Travu Booking service in other to make a FINAL BOOKING request to to the associated airline operators based on the selected itinerary. We are finally ready to make the booking, in the Travu API, this is called a Flight Ticketing.
This makes an actual ticket reservation for your customer, obviously after you must have collected payment from customer.
REQUEST TYPE: POST
LIVE BASE URL:
TEST BASE URL:
Remember to Pass your Authorization Token for this request to go through, read about Authorization .
The Body Payload is as below;
The Response for the above request should bring the BOOKED DETAILS/RECEIPT in the below format if successful;
Reference to Authentication for possible authentication errors that might occur during this request.