Transaction
Payment received notification
This information will be broadcast to the receiver once the transaction is success.
{
"pn_gcm":{
"notification":{
"body":"USD 100.00 received from John Smith"
},
"data":{
"cmd":"transaction_notification",
"data":"transaction",
"data_var":{
"sender":"John Smith",
"amount":"100.00",
"currency_code":"USD",
"created":"2019-10-10T09:30:40.123000Z"
}
}
}
}Merchant payment confirmation
This information will be broadcast to the receiver once payment is success.
Merchant top-up confirmation
This information will be broadcast to the receiver once the top-up transaction success
Merchant transaction begin session
This information will be broadcast to the receiver once the transaction session has been initiated (Ex: scan QR code)
Merchant transaction session end
This information will be broadcast to the receiver once the transaction session has been end.
Merchant refund confirmation
This information will be broadcast to the receiver once the transaction refund success.
Last updated
Was this helpful?