Get card number
GET {{baseUrl}}/v2/cards/:id/pan
Retrieves card number, CVV, and expiration date of a card by ID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"cvv": "sed",
"expiration_date": {
"month": 76745237,
"year": 54135980
},
"id": "est occaecat sunt",
"number": "esse aliqua"
} |
ENDPOINTS