TrustPay
zh
  • en
  • zh
  1. v3
TrustPay
zh
  • en
  • zh
  • 接入说明
  • 支付风控接口 - 商户接入指南
  • 枚举类型说明
  • v3
    • 余额查询
      POST
    • 代收接口
      POST
    • 订单查询
      POST
    • 渠道风控确认
      POST
    • 卡直付接口
      POST
  • v2
    • 转账接口
      POST
    • 直接代付
      POST
    • 余额查询
      POST
    • 代收接口
      POST
    • 间接代付
      POST
    • 订单查询
      POST
    • 商户提现
      POST
    • 支付回调
      POST
  1. v3

余额查询

Developing
POST
/v3/balance
余额查询接口,支持币种 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": "28.5",
        "frozen": "0"
    }
}
Modified at 2025-11-28 03:50:22
Previous
枚举类型说明
Next
代收接口
Built with