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"
    }
  ]
}

Changes

Changed in 4 of the 74 revisions of this API.65

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ●

      added the new denied enum value to the // response property for the response status

      response-property-enum-value-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ●

      added the new daily enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new monthly enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new one_time enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new per_transaction enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new weekly enum value to the /// response property for the response status

      response-property-enum-value-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the required property /// to the response with the status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 74 revisions, 1 has no diff computed.