LogoLogo
StartAPI EndpointPayments API
Payments API
Payments API
  • Getting Started
  • Managing Terminals
  • API Reference
    • Verify Credentials
    • QuickPay SDK
    • Payments API
      • Create eCommerce Payment
      • Create Point of Sale Payment
      • Create Point of Sale Payment (ON)
      • Redirect Examples
      • Postback Examples
      • Get Payment
        • Underpaid Examples
        • Overpaid Examples
        • Full paid Examples
      • Get Point of Sale Payment
      • Payment State Change
      • Payment Price Update
      • Payment Unconfirmed Update
      • Payment Status List
    • Request Refund
Powered by GitBook
On this page
  • Payment Completed
  • Payment Cancelled by User
  1. API Reference
  2. Payments API

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"
}
PreviousCreate Point of Sale Payment (ON)NextPostback Examples

Last updated 3 years ago