查询商户账户余额
查询商户账户余额
#
RequestPOST
#
Parameterapplication/json
Field | Type | Description |
---|---|---|
merchantCode | string [5..50] characters | Unique merchant code |
dateTime | string <date-time> | format yyyyMMddHHmmss |
appId | string Nullable | Application ID. Merchants can create their own applications according to the business. This field is optional. |
sign | string <=512 characters | Encrypted parameters. |
#
Request Example#
Response#
Success200
application/json
Field | Type | Description |
---|---|---|
platRespCode | string | result code: "SUCCESS" "FAIL" "UNKNOWN" "NOTEXIST" "ERROR" |
platRespMessage | string | description of resp code |
balance | number <int64> | Balance of merchant account. |
freeze | number <int64> | Amount in freezen. |
pendMoney | number <int64> | money in process(unfreezing or freezing) |
platSign | string | Encrypted response data |