v1

latestOpenAPI 3.1.02026-07-234140131.3 KB
Booking API

Confirm order

put/orders/{orderReferenceId}

Path parameters

orderReferenceIdstring required

Tiqets Order ID.

Headers

Authorizationstring required

Token <Your_API_Key>.

Request body

payment_confirmation_tokenstring

The unique token that must be used to confirm the order

Response

Successful operation.

successboolean

Indicates whether the request was successful (True) or not (False).

order_reference_idnumber

The payment confirmation token echoed back from the order creation step.