Select Flight
Last updated
Was this helpful?
Last updated
Was this helpful?
This API Endpoint makes a POST request to the Travu API in other to make an itinerary selection request based on the selected option from the customer. itinerary get stale fairly quickly, and when they do, you are no longer able to book them. Once a customer has picked an itinerary that works for them, you should retrieve the itinerary to get the most up to date version. You should do this when the customer picks an itinerary before you ask for his full passenger details and payment information.
To get the latest version of the offer, you can use the itinerary with the "Flight Select" endpoint:
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 itinerary in the below format if successful;
Reference to Authentication for possible authentication errors that might occur during this request.