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.
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
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 statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-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
deniedenum value to the//response property for the response statusresponse-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
dailyenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
monthlyenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
one_timeenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
per_transactionenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
weeklyenum value to the///response property for the response statusresponse-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 statusresponse-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.