List Cards
Lists the issued (Whop Card) virtual and physical cards for a ledger account, including pending invitation cards that have not been issued by the card provider yet. The ledger’s owner is passed as exactly one of account_id (a biz_ identifier) or user_id (a user_ identifier). Pass card_id to address a single card. Pass reveal_secrets=true to include the full card number and CVC for active cards. Non-owner team members only see cards assigned to them. Users without the payout:account:read scope can still list cards assigned to them (for example moderators or external cardholders).
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
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.
An icrd_ identifier. When provided, only that card is returned.
When true, each active card includes a secrets object with the full card number (pan), cvc, and cardholder name.
Response
cards listed for an assigned cardholder without the ledger scope

