Retrieve a Card by Client Card ID
Beta: This endpoint is in beta and may change before general availability.
Retrieves a card by the client_card_id you assigned, supplied as a query
parameter: GET /v0/cards?client_card_id=.... This is the filtered form of
the cards collection and is distinct from GET /v0/cards/{id}, which takes
the server-generated Card ID (card_*). The response body is identical to
GET /v0/cards/{id}.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The client_card_id assigned to the card.
Response
Card object retrieved successfully.
A card object
The server-generated ID of the Card object.
^card_\w+$"card_xyz123"
Client-provided identifier for the card. Optional: present only for cards created via file upload, and omitted for cards created through the API, which are identified solely by their server-generated ID.
The ID of the Account object.
^account_\w+$"account_xyz123"
The ID of your entity.
^entity_[^\s]{1,33}$"entity_xyz123"
Status is system-managed and cannot be set on create; status changes go through the status-transition endpoints.
active, inactive, closed The reason for the card's current status. Empty when the card is active; otherwise
populated. Set via the status-transition endpoints.
Creation timestamp.
Last update timestamp.
Physical and product attributes of the card.
A set of key-value pairs that can be used to store additional information related to this object.

