BPN
  1. Schemas
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. Schemas

transactionRecord

{
    "transactionId": "string",
    "merchantTransactionId": "string",
    "userId": "string",
    "merchantUserId": "string",
    "fromCurrency": "string",
    "toCurrency": "string",
    "fromAccountId": "string",
    "toAccountId": "string",
    "amount": 0,
    "fee": 0,
    "transactionType": "deposit",
    "subType": "string",
    "status": "INIT",
    "channelOrderId": "string",
    "description": "string",
    "blockchainHash": "string",
    "blockchainHashLink": "string",
    "network": "string",
    "memo": "string",
    "fromAddress": "string",
    "toAddress": "string",
    "createTime": "string",
    "updateTime": "string",
    "processTime": "string",
    "completeTime": "string",
    "cancelTime": "string"
}
Built with