DocsEndpoints

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.com

Request body

merchant_coderequired
string

Your merchant code

reference_norequired
string

Order 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