Retrieve Card
Retrieves a single card by its icrd_ identifier, including its secrets (full card number, CVC, and cardholder name) for active cards. The card PIN is included only when the request is authenticated as the user the card is assigned to.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-25"
Path Parameters
Card ID to retrieve, prefixed icrd_.
Query Parameters
The owning account ID (a biz_ identifier). Provide this or user_id.
The owning user ID (a user_ identifier). Provide this or account_id.
Response
card retrieved with its PIN by the assigned cardholder
The billing address.
When the card was canceled.
When the card was created.
Card expiration month.
Card expiration year.
Card ID, prefixed icrd_.
Last four digits of the card number. null for pending invitation cards.
The spending limit configuration.
Card display name.
card Total spend in the last 30 days, in cents.
The card status.
null, active, frozen, canceled, invited The card type.
null, virtual, physical Cardholder user ID, prefixed user_, when assigned.
Sensitive card details. Present only on GET /cards/:card_id for active cards; null when the card is inactive or details cannot be retrieved.

