Merchant balance inquiry
Interface address: /api/v1/merchant/query-merchant-balance
Note: This interface allows query of the merchant's current account balance.
| Parameter | Type | Mandatory | Description |
|---|
| currencyCode | String | N | Currency/coin |
| accountType | String | Y | Account type |
Output parameters (array)
| Parameter | Type | Mandatory | Description |
|---|
| balanceList | array | Y | |
balanceList
| Parameter | Type | Mandatory | Description |
|---|
| currencyCcode | String | N | Currency/coin |
| availableBalance | String | Y | Current available balance in the account |
| frozenBalance | String | Y | Current frozen amount in the account |