v1

latestOpenAPI 3.1.02026-08-0624539313.1 KB
Air

Get flight checkout details

Get the flight checkout details associated with the selected itinerary.

post/v2/air/flight-checkout

Request body

searchIdstring required

Search id returned in the corresponding air search API response.

itineraryIdstring required

Value of the itineraryId for the itinerary selected by the user in the corresponding air search API response.

Example request

{
  "searchId": "ChBjZDg3ZjRjZmRmMTFm",
  "itineraryId": "IthBjZDg3ZjRjZmRmMTFm"
}

Response

OK

checkoutResponseIdstring required

The unique ID which identifies this checkout response. This value must passed on in the subsequent booking API calls.