Skip to content
traveldistro home

/v1/tickets

Tickets

What is it

The Tickets API issues QR-coded attraction tickets programmatically. You request a quote, confirm the booking from your prepaid balance, and receive a scannable ticket payload in the same flow.

Capabilities

  • Instant QR issuance

    Tickets return as QR payloads at confirmation, ready to deliver to your traveler.

  • Prepaid settlement

    Bookings draw from your wallet balance, so there is no per-supplier invoicing.

  • Safe retries

    Idempotency keys make network retries safe. The same booking is never created twice.

Sample request

POST /v1/tickets/quote
{
  "attraction_id": "att_ayasofya",
  "date": "2026-09-14",
  "pax": { "adult": 2, "child": 1 },
  "currency": "EUR"
}
/v1/tickets

Frequently asked questions

How fast are tickets issued?
Issuance happens at booking confirmation. The QR payload is included in the booking response.
Can I cancel a booked ticket?
Cancellation rules depend on the attraction and are returned with every quote, so you can show them before booking.

Other verticals

Ready to integrate?

Tell us about your volume and verticals. We will get you sandbox keys.

Contact us