Skip to main content

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 BODYDetailsTypeRequiredExample
card_idPlease enter the card_id returned when creating the cardstringrequired

You will get a response similar to the following.

{
"code": "success",
"data": {
"balance": "100",
"brand": "visa",
"card_id": "VC108603007011120000",
"card_issuance_status": "success",
"card_number": "****************",
"card_status": "active",
"channel": "alip",
"currency": "HKD",
"cvv": "***",
"expiry_month": "**",
"expiry_year": "****",
"request_id": "VC108603007011120000"
},
"message": "ok",
"rid": "b164128d98a84c2f9f4bec7d94fb915c"
}