1. Payout
Pinddpay
  • Guides
    • Integration Instructions
    • Signature
  • Payin
    • Create order session
      POST
    • Create a transaction
      POST
    • Query a transaction
      GET
    • Webhook
  • Payout
    • Create a payout
      POST
    • Query balance
      GET
    • Webhook
  • Subscription
    • Card
      • Cancel subscription
      • Webhook
  • Other
    • Enums
    • Test cards
  1. Payout

Query balance

GET
/api/payout/balance

请求参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://api-test.pinddpay.com/api/payout/balance' \
--header 'accessKey: ' \
--header 'timestamp: ' \
--header 'nonce: ' \
--header 'sign: ' \
--header 'Content-Type: application/json'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": "200",
    "type": "success",
    "message": "string",
    "result": {
        "availableBalance": 99,
        "currency": "USD",
        "frozenBalance": 1,
        "totalBalance": 100
    },
    "extras": "string",
    "time": "string"
}
修改于 2025-10-16 03:13:22
上一页
Create a payout
下一页
Webhook
Built with