Finalize processing Order

View as Markdown
This endpoint is used to finalize order placement when the initial response to the Order Placement API is PROCESSING rather than a final status. It allows merchants to later submit the final placement result once processing is complete on their side.

Authentication

x-api-keystring

Application API Scope — server-to-server, sent in the x-api-key header. See Authentication.

OR
authorizationstring

Storefront API Scope — client-side, scoped to one customer, sent as a signature in the authorization header. See Authentication.

Path parameters

order_idstringRequired
Unique order ID

Request

This endpoint expects an object.
processing_response_idstringOptional
Order Merchant ID
response_xmlstringOptional
Rsponse XML
idempotency_keystringOptional
Unique response ID

Response

200
orderstringOptional
merchantstringOptional
statusintegerOptionalDefaults to 0
display_statusstringOptional
error_codeinteger or nullOptional
error_messagestring or nullOptional
retrybooleanOptionalDefaults to true
currency_units_per_merchant_currency_unitintegerOptionalDefaults to 0

Errors

404
Not Found Error