Examples of what you should expect to receive as URI variables
{ "payment_code": "X8bx9sg9", "amount": "0.25", "asset": "BTC", "status": "completed", "payment_status": 3, "reference": "abc_payment", "pay_with_amount": "0.25 BTC" }
{ "payment_code": "X8bx9sg9", "status": "cancelled", "payment_status": 4, "reference": "abc_payment", "msg": "User cancelled payment" }
Last updated 2 years ago