Retrieve A Card
Retrieve information about a saved card by cardId.
HTTP Request
GET /v1/payments/vault/card/{{cardId}}
| Key | Value | 
| Authorization | "Bearer" + " " + {{access_token}} | 
| x-api-key | {{api_key}} | 
PATH and Query Parameters
| Parameter | Type | Description | 
| cardId | String | The card ID received when saving the card. | 
Response Body Parameters
| Parameter | Type | Description | 
| cardId | String | The card ID received when saving the card. | 
| card | JSON | Card detail info. | 
| subMerchantId | String | The sub merchant ID. | 
Card Object in response Parameters
| Parameter | Type | Description | 
| cardHolderName | String | Cardholder's full name. | 
| bin | String | first 6 digit number of the card | 
| last4 | String | last 4 digit number of the card | 
| brand | String | Credit card brand. such as VISA, MASTERCARD | 
| expirationMonth | Integer | 1 or 2 digit number(s) representing the card's expiration month. | 
| expirationYear | Integer | 4 digit numbers representing the card's expiration year. |