Confirm order
Confirm an order created from a previous call. This needs to be done within 30 minutes of the Create Order call to prevent the expiration of the order. It is recommended to confirm the order after the partner has received payments from the customer.
In order to use the Booking API, please make sure to refer to our guide on how to Sign your API requests to our standard. JWT Signing for Secure API Requests
Tiqets Order ID.
1111111Token <Your_API_Key>.
Token <Partner_API_key>.The unique token that must be used to confirm the order
Successful operation.
Bad Request -- Check your request parameters (typo in parameter or invalid value).
Unauthorized -- Your API key is incorrect.
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
Not Found -- Requested resource/endpoint could not be found.
Method Not Allowed -- Check your request method.
Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
Internal Server Error -- We had a problem with our server. Try again later.
Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
Last updated
Was this helpful?

