Retrieve a Card
get/cards/{card_id}
Path parameters
card_idstring required
The identifier of the Card.
Response
Card
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"authorization_controls": null,
"billing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"postal_code": "10045",
"state": "NY"
},
"created_at": "2020-01-31T23:59:59Z",
"description": "Office Expenses",
"digital_wallet": {
"digital_card_profile_id": "digital_card_profile_s3puplu90f04xhcwkiga",
"email": "user@example.com",
"phone": "+16505046304"
},
"entity_id": null,
"expiration_month": 11,
"expiration_year": 2028,
"id": "card_oubs0hwk5rn6knuecxg2",
"idempotency_key": null,
"last4": "4242",
"status": "active",
"type": "card"
}