Skip to main content
版本: 1.0.x

Balance 余额

请求

API URL: /merchant/balance

Note

✅ 必填 ⭕ 可選 ❌ 不適用

标头内容说明
Content-Typetext/plain
Authorization{token_type} {access_token}用空格连接 token_typeaccess_token
参数类型必填签名说明
user_id字符串商户识别码
type整数0 = 返回的余额代表 PTS 中的当前余额. (Default)
1 = 返回的余额代表可提取的金额 (正在处理的提款金额将被排除)
sign字符串签名字符串

响应

参数类型必填签名说明
user_id字符串商户识别码
PHP物件显示通道与通道上的余额 (支持最多 6 位小数)
sign字符串签名字符串

响应示例

{
"code": "1000",
"message": "Accepted",
"data": {
"user_id": "1",
"PHP": {
"MAYA": 50000,
"GCASH": 50000
},
"USD": {
"MAYA": 50000,
"GCASH": 50000
},
"sign": "QHnRBlfzyIa72eaQmUGTfPCVNKLzels+..."
}
}