Get card info
Step 0. Authentication
How to obtain access token Authentication Reference
Step 1. Initialize a get Intent
GET /mch-api/v1/issuing/cards/{card_id}
- Request
| REQUEST BODY | Details | Type | Required | Example |
|---|---|---|---|---|
| card_id | Please enter the card_id returned when creating the card | string | required |
You will get a response similar to the following.
{
"code": "success",
"data": {
"balance": "10.00",
"brand": "mastercard",
"card_id": "VC115391650019020000",
"card_issuance_status": "success",
"card_number": "****************",
"card_status": "terminated",
"channel": "hsbc",
"currency": "USD",
"cvv": "***",
"expiry_month": "12",
"expiry_year": "2027",
"request_id": "VC115391650019020000"
},
"message": "ok",
"rid": "0af8a53e2c274a81ad52282e6cbb0326"
}