BPN OpenAPI
    BPN OpenAPI
    • 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)
      • Fiat Collection(BRL PIX for example)
    • 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
      • Open Virtual Account Status
        POST
      • virtual account payment status
        POST
      • Transaction Status Notification
        POST
      • KYB Status Notification
        POST
      • Deposit Sender Detail Required
        POST
    • Appendix
      • Enum
      • Virtual Account(VA) Support List
    • Release Notes & Changelog
      • Version History
      • Version History
    • Schemas
      • walletBalance
      • walletAddress
      • transactionRecord

    walletBalance

    {
        "walletId": "string",
        "currency": "string",
        "currencyFullName": "string",
        "available": 0,
        "unavailable": 0,
        "balanceChange": 0
    }
    Built with