Query Partner Balance
Query partner balance
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/partner/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 |
---|---|---|
sub_partner_id* | string | Sub Partner ID |
if 'sub_partner_id' is empty,please input the value of 'partner_id'
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: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated