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
  1. API Reference
  2. Payments API

Payment Unconfirmed Update

When unconfirmed transactions remain in the mempool (memory pool) until they are confirmed by miners and added to the next block will POST to your postback URL provided with an amount and txid

{
  "fn": "paymentUnconfirmed",
  "payment_code": "YIZrTmH4y8",
  "email": "chaisitkitnuam@gmail.com",
  "address": "mwy2apNzbyXphWW7doTNsc94K4ckCwC1je",
  "amount": "36326",
  "precision": 8,
  "txid": "a47797bd9762695bd7239cd8ad6bc4b42e9ba2c9759f8aa531a1c1d358aa3a2d",
  "asset_symbol": "BTC"
}
PreviousPayment Price UpdateNextPayment Status List

Last updated 3 years ago