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 Created
  • Payment Updated
  • Payment Failed
  1. API Reference
  2. Payments API

Postback Examples

Payment Created

{
  "fn": "paymentCreated",
  "payment_code": "Nadr93@@BY",
  "owner_id": "5dca6ce3769a577050615cfc",
  "amount": "200",
  "amount_precision": 0,
  "address": "",
  "description": "Deposit Cashier",
  "payment_reference": "1580694956286158",
  "postback_url": "http://txprocessdev.geena.dev.ipo-servers.net/secure/postback/acceptifypb.php?txid=1580694956286158",
  "redirect_url": "http://txprocessdev.geena.dev.ipo-servers.net/secure/postback/txHandler.php?txid=1580694956286158",
  "mobile_check_url": "https://i321m.test-app.link/?$deeplink_path=qdlpjaBlJB&lang=en&type=payment",
  "language": "en",
  "asset_id": "5e2523c4ce4e2f0684847c14",
  "asset_symbol": "USD",
  "status": "created",
  "payment_status": "0"
}

Payment Updated

{
  "fn": "paymentUpdate",
  "owner_id": "5e30e32b147a853ab83c3088",
  "payment_code": "FylKQAkPGG",
  "address": "0x62F741E0C90dEd5844F51122DE8FF45210999c76",
  "amount": "1000000000000000000",
  "original_amount": "2894700000000000000",
  "precision": 18,
  "txid": "0x932dbcbfe6bae0c7c7915c93fdadf6b5b891e06f9a2e62056627b9b1e8ecccef",
  "all_txids": "0x932dbcbfe6bae0c7c7915c93fdadf6b5b891e06f9a2e62056627b9b1e8ecccef",
  "confirmations": 3,
  "block_confirmations": 1,
  "asset_id": "5d3ab6b7b55b65776facd12a",
  "asset_symbol": "DEV",
  "status": "completed",
  "tracking_url": "http://209.97.161.8:3000/tx/0x932dbcbfe6bae0c7c7915c93fdadf6b5b891e06f9a2e62056627b9b1e8ecccef0x932dbcbfe6bae0c7c7915c93fdadf6b5b891e06f9a2e62056627b9b1e8ecccef",
  "from_address": "0xf1628e9be31199fCf30ef7591B6a109cFefe77F1",
  "language": "en",
  "email": "demo@gmail.com",
  "payment_status": "3",
  "description": "ccccccc",
  "payment_reference": "demo123"
}

Payment Failed

{
  "fn": "paymentFailed",
  "payment_code": "n5NRlBdL23",
  "owner_id": "5f61813759b342074a8c0d4d",
  "merchant_id": "5f61833ad1ec640375bf3592",
  "amount": "25",
  "amount_precision": 0,
  "address": "USD",
  "description": "Deposit Cashier",
  "payment_reference": "1605162172227753",
  "postback_url": "https://merchant.wallet88.com/secure/postback/acceptifypb.php?txid=1605162172227753",
  "redirect_url": "https://merchant.wallet88.com/secure/postback/txHandler.php?txid=1605162172227753",
  "locale": "en",
  "asset_id": "5e69e3e17d808f04a82516c6",
  "asset_symbol": "USD",
  "status": "cancelled",
  "payment_status": "4",
  "error_data": {
    "sid": "272",
    "status": "EXC",
    "parent_txid": "1605162205380740",
    "txid": "1605162214958388",
    "tx_action": "SETTLEMENT",
    "amount": "25.00",
    "currency": "USD",
    "tid": "n5NRlBdL23",
    "comment": "",
    "descriptor": "AZTECH (Test)",
    "pay_method": "visa",
    "error_msg": "Card Details not VALID.",
    "required_TermUrl": "https://merchant.wallet88.com/secure/secure3d.php?TXC=1605162205380740",
    "sitereceive": "0.00",
    "settlementamount": "0.00",
    "settlementcurrency": "USD",
    "vrfy": "ccf8f3a04dac285fdd1f052e38090b85de5411f735f1590d32543ff2232b06af"
  }
}
PreviousRedirect ExamplesNextGet Payment

Last updated 3 years ago