Confirm order
Path parameters
orderReferenceIdstringRequiredExample:
Tiqets Order ID.
1111111Header parameters
AuthorizationstringRequiredDefault:
Token <Your_API_Key>.
Token <Partner_API_key>.Body
payment_confirmation_tokenstringOptional
The unique token that must be used to confirm the order
Responses
200
Successful operation.
application/json
400
Bad Request -- Check your request parameters (typo in parameter or invalid value).
application/json
401
Unauthorized -- Your API key is incorrect.
application/json
403
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
application/json
404
Not Found -- Requested resource/endpoint could not be found.
application/json
405
Method Not Allowed -- Check your request method.
application/json
429
Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
application/json
500
Internal Server Error -- We had a problem with our server. Try again later.
application/json
503
Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
application/json
put
/orders/{orderReferenceId}Last updated
Was this helpful?

