Transaction inquiry
Looks up the latest status of an order by reference.
POSThttps://pay.syok2pay-sandbox.com/v1/inquiry
Base URL
https://pay.syok2pay-sandbox.comRequest body
merchant_coderequiredYour merchant code
reference_norequiredOrder reference to look up
Example response
json
{
"success": true,
"data": {
"reference_no": "ORD-20260428-001",
"status": "SUCCESS",
"amount": "3.00",
"currency": "MYR",
"txn_id": "txn_abc123"
},
"trace_id": "xid_abc123"
}
// representative — data fields are the processor passthrough