Query Card Information
Query card infromation
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/card/query-card-info
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 |
---|---|---|
holder_id | long | Cardholder ID. |
holder_name | string | Cardholder name |
card_id | long | card ID |
expired_date | string | expired date,MM/YY |
active_time | string | active date |
card_type | integer | card type, refer to: cardType |
card_token | string | card token |
card_pan | string | card PAN |
cvv | string | Cvv2 |
acs_password | string | Acs password |
card_status | integer | card status. refer to :cardStatus |
virtual | boolean | is virtual card |
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated