Tapxyz API
  1. Query
Tapxyz API
  • Introduction
    • Introduction
    • How to Start
    • Country Code
    • Country Info
    • Currency Code
    • Error Code
    • Transfer Order Info Type
    • Transfer Order File Type
    • Per Bank
    • Spei Bank
    • Vietnam Bank
  • Payin
    • Alipay API
      POST
    • Apple Pay API
      POST
    • Cash App API
      POST
    • Crypto Pay API
      POST
    • Credit Card API
      POST
    • GCash API
      POST
    • Google Pay API
      POST
    • PIX API
      POST
    • PerTransfer API
      POST
    • SEPA API
      POST
    • SPEI API
      POST
    • Union Pay API
      POST
    • Vietnam Pay API
      POST
    • WeChat API
      POST
    • CheckOut
      POST
    • CheckOut Payment
      POST
  • Payout
    • Bank Account
    • Card
    • Per Transfer
    • Pix
    • CheckOut
    • Spei Payout
  • Notify
    • Pay Notify WebHook API
    • Refund Notify WebHook API
    • Chargeback Notify WebHook API
  • Refund
    • Refund API
  • Review
    • Upload SEPA File API
  • Query
    • Query API
      POST
    • QueryBalance API
      POST
    • QueryOrderList API
      POST
    • QueryOrderAmount API
      POST
  1. Query

QueryBalance API

POST
/balance/query

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/balance/query' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merNo": 111111,
    "version": "V3.0.0",
    "sign": "9D6FDF4880B00B002B1F2AB61AE9A721",
    "currency": "USD"
}'
Response Response Example
{
    "code": "00000",
    "message": "SUCCESS",
    "data": {
        "currency": "USD",
        "balance": "111111.11",
        "unCheckedBalance": "11111",
        "totalBalance": "1111"
    }
}
Modified at 2025-12-12 07:11:07
Previous
Query API
Next
QueryOrderList API
Built with