Query Account Balance
Query Account Balance
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/account/query-balance
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data
Name | Type | Description |
---|---|---|
merchant_id* | string | Merchant ID |
currency | string | Currency |
Response
Name | Type | Description |
---|---|---|
account_name* | string | Account Name |
account_num* | string | Account Number |
currency* | string | Account currency, as a 3-letter ISO currency code. |
balance* | string | Total Balance |
available_balance* | string | Available Balance |
block_amount* | string | Block Amount |
Example
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated