cards
Get Card
get/v2/cards/{id}
Path parameters
idstring required
Example:card_yWYfCSzsUUhr9KwMv7vuLZHX
Response
Successful Response
Example response
{
"brand": "visa",
"country": "FR",
"created": "1512518400",
"exp_month": 12,
"exp_year": 2022,
"external_id": "UniqueId123",
"id": "card_yWYfCSzsUUhr9KwMv7vuLZHX",
"last4": "4242",
"name": "My card",
"zip_code": "75001"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.