TrustPay
en
  • en
  • zh
  1. v3
TrustPay
en
  • en
  • zh
  • Integration Guide
  • Risk Control – Merchant Integration
  • Enums
  • v3
    • c16
      • Payin Order Create(Counter)
    • Balance
      POST
    • Payin
      POST
    • Payment Callback
      POST
    • Order Query
      POST
    • Risk Confirmation
      POST
    • Card Direct Payin
      POST
  • v2
    • Payout(INR)
      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": "0",
        "freeze": "475"
    }
}
Modified at 2025-11-28 03:51:38
Previous
Payin Order Create(Counter)
Next
Payin
Built with