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