Get balance
Check merchant account balance
Request#
POST
Parameter#
application/json
| Field | Type | Description |
|---|---|---|
| merchantCode | string [5..50] characters | Unique merchant code |
| dateTime | string <date-time> | format yyyyMMddHHmmss |
| sign | string <=512 characters | Encrypted parameters. |
Request Example#
Response#
Success#
200 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 |