v1
latestOpenAPI 3.1.02026-07-245361280.3 KBRetrieve a card
Retrieve information about a saved card.
get/cards/{card_id}
Path parameters
card_idstring required
The card ID received when saving the card.
Response
200
Example response
{
"card_id": "CV-af85ddba-f5f4-4644-b3fa-3c922e0687e9",
"holder_name": "Thiago Gabriel",
"expiration_month": 10,
"expiration_year": 2040,
"last4": "1111",
"brand": "VI"
}