Skip to main content
POST
/
flight
/
booking
/
ticket
Issue Ticket
curl --request POST \
  --url https://api.travomatrix.com/api/v1/flight/booking/ticket \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "booking_id": "<string>"
}
'
Finalize the reservation by issuing the ticket.

Request Setup

booking_id
string
required
Paste your booking_id from Step 3.

Instructions

  1. Paste your booking_id from Step 3 into the field above.
  2. Hit the Send button.
Certification Check: If your booking status is now TICKETED and your wallet was successfully debited, you have completed Scenario 1!

Authorizations

X-API-Key
string
header
required

Body

application/json
booking_id
string
required

Response

200

Tickets issued successfully.