Retrieve Card
Retrieves a single card by its icrd_ identifier, including its secrets (full card number, CVC, and cardholder name) for active cards.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version.
"2026-07-01"
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 secrets
card Card ID, prefixed icrd_.
Card display name.
The card type.
null, virtual, physical The card status.
null, active, frozen, canceled, invited Last four digits of the card number. null for pending invitation cards.
Card expiration month.
Card expiration year.
Cardholder user ID, prefixed user_, when assigned.
Total spend in the last 30 days, in cents.
The spending limit configuration.
The billing address.
When the card was created.
When the card was canceled.
Sensitive card details. Present only on GET /cards/:card_id for active cards; null when the card is inactive or details cannot be retrieved.

