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.

This will finalize the booking or return an error when there was a problem finalizing the order (see Error Codes).

Confirm order

put
/orders/{orderReferenceId}
Path parameters
orderReferenceIdstringRequired

Tiqets Order ID.

Example: 1111111
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Body
payment_confirmation_tokenstringOptional

The unique token that must be used to confirm the order

Responses
put
/orders/{orderReferenceId}

Last updated

Was this helpful?