Fetching bookings via the API
How to get booking details of orders completed via TTG checkout.
You can retrieve a booking completed via the TTG white label checkout using the get bookings API . A number of non-breaking changes have been introduced to this API to give additional information about orders made in local currency and with ticket protection.
The following objects are part of the response:
items | description | Status |
---|---|---|
| TTG platform internal orderId | New |
| Basket reference associated with the booking | |
| TTG affiliate channel id for this booking | |
| Delivery details | |
| The delivery method, eg. eticket | |
| The status of the order | |
| Object containing the sale price and currency that the user paid. Note values are presented with decimal places. | |
| Similar to | New |
| Full break down of the product purchased, including seat and venue information. Any prices referenced will be in the currency the user paid. If seats at different price points were included in the purchase there will be multiple objects within the reservations array, one for each price point. | |
| Similar to | New |
| Customer information captured during the checkout | |
| Address details for the customer if available | Deprecated |
| TTG confirmation number | |
| Boolean value indicating if the customer added ticket protection to their order | New |
| Value of ticket protection fee in the currency the user paid. NB: This value is available for selected retailers only | New (optional) |
Updated 5 days ago