Underpaid

The Underpaid Payment notification provides merchants with examples of data received when a customer has sent a partial amount, not covering the full payment due.

This update helps merchants handle situations where the payment is incomplete, allowing them to notify customers about the outstanding balance. By referencing these examples, merchants can automate responses, track underpaid transactions, and take appropriate steps to either request the remaining amount or manage partial payments as needed.

Underpaid Payment

{
    "fn": "paymentUpdate",
    "owner_id": "6848708817aa0e6b15928f2c",
    "payment_code": "qBmmCYBBsW",
    "address": "0x9579996032CBDE0659a9D0CE06f98BA82811Ca60",
    "amount": "1029871",
    "ask_amount": 1030000,
    "precision": 6,
    "original_amount": "1",
    "original_symbol": "USD",
    "txid": "0xeab4c8704a8fb52d00ee15c3feb54c909a8373bb0370809ef41a2baf0705199d",
    "all_txids": "0xeab4c8704a8fb52d00ee15c3feb54c909a8373bb0370809ef41a2baf0705199d",
    "confirmations": 0,
    "block_confirmations": 1,
    "asset_id": "5d7ef24513aa25457e4a5e92",
    "asset_symbol": "USDT",
    "status": "partial",
    "tracking_url": "https://etherscan.io/tx/0xeab4c8704a8fb52d00ee15c3feb54c909a8373bb0370809ef41a2baf0705199d",
    "from_address": "0xA9D1e08C7793af67e9d92fe308d5697FB81d3E43",
    "language": "en",
    "email": "[email protected]",
    "payment_status": "2",
    "description": "Unlock your full content potential with the Content Creator Pro package",
    "payment_reference": "REF-2222222222",
    "terminal_id": "6848721117aa0e6b15929520",
    "timestamp": 1749628130907,
    "personal": {
              "firstname": "fistname",
              "lastname": "lastname",
              "address": "1 Test St",
              "city": "Townname",
              "state": "NY",
              "country": "US",
              "postcode": "12345",
              "mobile_prefix": "+1",
              "mobile": "1234567"
          }
}

Last updated