v1

latestOpenAPI 3.1.02026-07-245361280.3 KB

Retrieve 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

card_idstring
holder_namestring
expiration_monthinteger
expiration_yearinteger
last4string
brandstring

Example response

{
  "card_id": "CV-af85ddba-f5f4-4644-b3fa-3c922e0687e9",
  "holder_name": "Thiago Gabriel",
  "expiration_month": 10,
  "expiration_year": 2040,
  "last4": "1111",
  "brand": "VI"
}