TrustPay
en
  • en
  • zh
  1. v3
TrustPay
en
  • en
  • zh
  • Integration Guide
  • Risk Control – Merchant Integration
  • Enums
  • Payment Callback Specification
  • v3
    • Sync Card Direct Payin
      POST
    • Async Card Direct Payin
      POST
    • Cashier Payin
      POST
    • Payment Callback
      POST
    • Balance
      POST
    • Order Query
      POST
    • Exchange
      POST
  • v2
    • Payout(INR)
      POST
  • v4
    • Card Direct Payin
      POST
  1. v3

Balance

POST
/v3/balance
Query the current available balance and frozen amount for a specific currency (supports USD, INR)

Request

Body Params application/jsonRequired

Examples

Responses

🟢200success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.trustpay.money/v3/balance' \
--header 'Content-Type: application/json' \
--data-raw '{
    "currencyId": "USD",
    "merchantId": 8820250900009,
    "sign": "xxxxxxx"
}'
Response Response Example
{
    "code": 880001,
    "message": "success",
    "data": {
        "balance": 137.7,
        "frozen": 13.15,
        "reserve": 0
    }
}
Modified at 2025-11-28 03:51:38
Previous
Payment Callback
Next
Order Query
Built with