Compliance
Retrieve a card
Beta: This endpoint is in beta and may change before general availability.
Retrieves a specific card by its ID. Accepts either the server-generated Card ID (card_*) or the client_card_id of a card created via file upload.
get/v0/cards/{id}
Path parameters
idstring required
The Card ID. Either the server-generated Card ID (card_*) or the client_card_id assigned when the card was created via file upload.
Response
Card object retrieved successfully.
Example response
{
"id": "card_xyz123",
"account_id": "account_xyz123",
"entity_id": "entity_xyz123",
"details": {
"last_four": "1234",
"replacement_for": "card_xyz123"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.