GET https://member.uat.pay.axs.com.sg/api/hpp/v2/transaction/{merchantLinkId}?data={JWE compact serialization}https://{domain}/hpp/checkout/{merchantLinkId}| alg | PBES2-HS512+A256KW |
|---|---|
| enc | A256GCM |
| p2s | Salt (UUID) |
| p2c | Iteration (fixed value: 1000) |
| kid | Client ID |
Parameters | Required | Remarks |
|---|---|---|
| merchantRef | Merchant's unique merchant reference. Max 40 characters. |
Parameters | Required | Remarks |
|---|---|---|
| amount | Payment amount in dollar. Example: 101.01 | |
| currency | Default is "SGD" Currently only support SGD. | |
| transactionRef | AXS' unique transaction reference. Example: 1448241333514969089 | |
| merchantRef | Merchant's unique merchant reference from Step 1. | |
| terminalId | Merchant's input information. | |
| status | Payment status: SUCCESS - Payment successful. DECLINED - Payment declined. Applicable to card payment. EXPIRED - QR code expired. Applicable to QR payment. SENT - QR code generated pending for payment. Applicable to QR payment | |
| transactionType | Transaction record type: PAY - Payment record. VOID - Void record. REFUND - Refund record. | |
| responseCode | Payment response code. Example: 00 - payment successful Other codes - unsuccessful | |
| paymentScheme | Payment scheme. Available value: VISA / MASTERCARD / PAYNOW / ALIPAY / WECHATPAY | |
| paymentDateTime | Payment date time in (ISO 8601) standard. Example: 2025-12-10T09:14:01.201466Z |