BPN
  1. Webhooks & Event
BPN
  • Getting Started
    • Introduction to BPN
    • Key Concepts & Terminology
    • Architecture Overview
  • Onboarding & Prerequisites
    • Product Demo
    • Sandbox & Test Environment
  • Use Case
    • Transfer
    • Vault
    • On/Off Ramp
    • Compliance (Travel Rule Information Submission)
  • API Reference
    • KYB
      • Share KYB Info For Sub User
      • Get KYB Sub User Status
    • Account Management
      • add bank account
      • list bank account
      • create virtaul account
      • list virtual account
      • Master VA balance inquiry
      • list virtual account orders
      • refund virtual account order
    • Wallet
      • Get Asset Balance
      • Get Deposit Address
      • Add Deposit Sender
      • Add Withdraw Whitelist
      • Delete Withdraw Whiltelist
      • Request Withdraw
      • Query Transaction History
    • FX
      • fx inquery
    • BPN Transactions
      • get stablecoin quote
      • create stable order
      • get order (single) detail
      • list orders(batch)
    • Reconciliation
  • Webhooks & Event
    • resend fail webhook
      POST
    • KYB Status Notification
      POST
    • Transaction Status Notification
      POST
    • Account Status Notification
      POST
    • Open Virtual Account Status
      POST
    • Deposit Sender Detail Required
      POST
    • virtual account payment status
      POST
  • Appendix
    • Enum
    • Virtual Account(VA) Support List
  • Release Notes & Changelog
    • Version History
  • Schemas
    • Schemas
      • walletBalance
      • walletAddress
      • transactionRecord
  1. Webhooks & Event

virtual account payment status

Webhook
POST
stablecoinPaymentResult
Notifies your server that a stablecoin payment created with Create Order has succeeded, failed, or expired.
Use the fields in this callback to update order status in your system and, if needed, query the full transaction with your own API.

Request

None

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com'
Response Response Example
{
  "eventId": "evt_01J5ZV78R1X2",
  "eventType": "payment.succeeded",
  "eventTime": "2025-08-25T14:42:06Z",
  "merchantOrderId": "ORD_20240825_0001",
  "orderId": "PLAT_987654321",
  "status": "SUCCEEDED",
  "stablecoin": "USDT",
  "amount": "100.50000000"
  }
}
Modified at 2025-09-10 16:03:45
Previous
Deposit Sender Detail Required
Next
Enum
Built with