OpenAPI 3.1.02026-08-143874115.7 MB

a84d4905fdbb

Cards

List Cards

Lists the Whop cards of an account or user, including ones still being set up. Team members only see the cards assigned to them.

get/cards

Query parameters

account_idstring

The owning account ID (a biz_ identifier). Provide this or user_id.

user_idstring

The owning user ID (a user_ identifier). Provide this or account_id.

Response

cards listed for an assigned cardholder without the ledger scope

Example response

{
  "data": [
    {
      "billing": {
        "city": "Austin",
        "country_code": "US",
        "line1": "4180 Burnet Rd",
        "line2": "Suite 210",
        "postal_code": "78756",
        "region": "TX"
      },
      "canceled_at": "2026-01-01T12:00:00.000Z",
      "created_at": "2026-01-01T12:00:00.000Z",
      "expiration_month": "12",
      "expiration_year": "2029",
      "id": "icrd_xxxxxxxxxxxxxx",
      "last4": "8319",
      "limit": {
        "amount": 50,
        "frequency": "daily"
      },
      "name": "Detailing supplies",
      "object": "card",
      "status": "invited",
      "type": "virtual",
      "user_id": "user_xxxxxxxxxxxxxx"
    }
  ]
}