Query Card Balance
Query card balance
bcRequest URL
POST
https://card-api-sandbox.pagsmile.com/issuing/card/query-card-balance
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data :
Name | Type | Description |
---|---|---|
card_token* | string | Card token |
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,Unit |
available_balance | string | Available balance, Unit |
block_amount | string | Block amount,Unit |
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated