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

Payment State Change

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",
  "locale": "en",
  "asset_id": "5e2523c4ce4e2f0684847c14",
  "asset_symbol": "USD",
  "status": "created",
  "payment_status": "0"
}

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",
  "locale": "en",
  "email": "nazaneverdie@gmail.com",
  "payment_status": "3",
  "description": "ccccccc",
  "payment_reference": "",
  "personal": {
      "firstname": "fistname",
      "lastname": "lastname",
      "address": "1 Test St",
      "city": "Townname",
      "state": "NY",
      "country": "US",
      "postcode": "12345",
      "mobile_prefix": "+1",
      "mobile": "1234567"
  }
}

Failed

{
  "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",
  "locale": "en",
  "email": "nazaneverdie@gmail.com",
  "payment_status": "3",
  "description": "ccccccc",
  "payment_reference": "",
  "personal": {
      "firstname": "fistname",
      "lastname": "lastname",
      "address": "1 Test St",
      "city": "Townname",
      "state": "NY",
      "country": "US",
      "postcode": "12345",
      "mobile_prefix": "+1",
      "mobile": "1234567"
  }
}
PreviousGet Point of Sale PaymentNextPayment Price Update

Last updated 3 years ago