Complete Flight Ticketing

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.

ENDPOINT URL

REQUEST TYPE: POST

LIVE BASE URL: https://api.travu.africa/api/v1/flight-ticket

TEST BASE URL: https://api.travu.africa/test/api/v1/flight-ticket

BODY PAYLOAD

The Body Payload is as below;

{
  "booking_id": "2304230400001",
  "pnr_number": "KVS34W"
}

RESPONSE

The Response for the above request should bring the BOOKED DETAILS/RECEIPT in the below format if successful;

The "status" of a transaction could be confirmed, failed or canceled.

Reference to Authentication for possible authentication errors that might occur during this request.

Last updated

Was this helpful?