v1
latestOpenAPI 3.0.12026-07-24204977.5 KBGet order status
Use this endpoint to check for the status and details of an order.
Path parameters
The unique payment attempt identifier generated by the POS terminal that was sent in the request to POST /v1/instore/order/create or POST /v1/instore/order/scan.
Headers
Header required for authorization. Specify the HMAC signature in the Authorization header along with accessKeyId. Please refer to Generating an HMAC Signature for a step by step guide to generating the Authorization signature.
The date and time of request in <a href=https://en.wikipedia.org/wiki/ISO_8601 target="_blank">ISO-8601</a> format. This should be the same value used in the generation of the HMAC signature
Idempotent Id for the request. If this is absent, every request will be treated as unique and will be processed as such. (This is optional for now, but will be made required in the future)
Response
Example response
{
"traceId": "0dc44317-1c4b-4b62-83a8-8997435511e4",
"createdAt": "2022-08-01T02:29:33.123Z",
"updatedAt": "2022-08-01T02:29:33.123Z",
"shopbackOrderId": "220801-0679-YVUY",
"referenceId": "352c530dd7f747161a5e6c990c720bec",
"status": "CAPTURED",
"orderAmount": 1000,
"currency": "SGD",
"partner": {
"merchantEntityId": "UEN in Singapore"
},
"orderMetadata": {
"terminalReference": "TW001271r-CEalBMhQw",
"merchantOrderReference": "7YaEQwQi-3c6aRCJbz0N"
},
"paymentType": "PAY"
}