{
"nonce": "QqD0LtTiz6V8slPz",
"sign": "d9978ded84a099d8a1aba28560ed1671",
"merchantNo": "BU078255558",
"requestTime": 1770119513457,
"version": "v1.0",
"eventType": "TRADE",
"eventName": "trade",
"data": {
"orderNo": "OR260203023701CL6252",
"subOrderNo": "SU260203023701CL6027",
"cardId": "CDAU079126648V01",
"eventType": null,
"subType": null,
"status": null,
"subStatus": null,
"amount": "5700.00",
"currency": "PHP",
"principal": "96.78",
"refund": null,
"refundFee": null,
"reversal": null,
"reversalFee": null,
"atmFee": "0.00",
"authorizationFee": "0.00",
"fxFee": "0.0000",
"serviceFee": "0.00",
"cardFixedAmount": null,
"eventTime": "2026-01-20 03:18:23",
"terminalMerchantId": null,
"terminalMerchantName": null,
"terminalMerchantCountry": "PH",
"terminalMerchantCity": null,
"terminalMerchantMccCode": null,
"terminalMerchantMccCategory": null,
"terminalMerchantPostCode": null,
"transactionCategory": null,
"transactionChannel": null,
"channelPrincipal": "96.78",
"channelRefund": null,
"channelRefundFee": null,
"channelAtmFee": "0.00",
"channelFixedAmount": null
}
}curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"nonce": "QqD0LtTiz6V8slPz",
"sign": "d9978ded84a099d8a1aba28560ed1671",
"merchantNo": "BU078255558",
"requestTime": 1770119513457,
"version": "v1.0",
"eventType": "TRADE",
"eventName": "trade",
"data": {
"orderNo": "OR260203023701CL6252",
"subOrderNo": "SU260203023701CL6027",
"cardId": "CDAU079126648V01",
"eventType": null,
"subType": null,
"status": null,
"subStatus": null,
"amount": "5700.00",
"currency": "PHP",
"principal": "96.78",
"refund": null,
"refundFee": null,
"reversal": null,
"reversalFee": null,
"atmFee": "0.00",
"authorizationFee": "0.00",
"fxFee": "0.0000",
"serviceFee": "0.00",
"cardFixedAmount": null,
"eventTime": "2026-01-20 03:18:23",
"terminalMerchantId": null,
"terminalMerchantName": null,
"terminalMerchantCountry": "PH",
"terminalMerchantCity": null,
"terminalMerchantMccCode": null,
"terminalMerchantMccCategory": null,
"terminalMerchantPostCode": null,
"transactionCategory": null,
"transactionChannel": null,
"channelPrincipal": "96.78",
"channelRefund": null,
"channelRefundFee": null,
"channelAtmFee": "0.00",
"channelFixedAmount": null
}
}'OK