Cards
List all Cards
List all Cards
GET
Query Parameters
Example:
"{{accountId}}"
Body
application/json · any
The body is of type any
.
Response
200 - application/json
List all Cards
Example:
[
{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"activatedAt": "2023-11-24T05:47:50Z",
"allowedCategories": ["6011", "5999", "5462"],
"allowedMerchants": null,
"atmAccess": true,
"availableLimit": "1097.00",
"bin": "debit",
"blockedCategories": null,
"blockedMerchants": ["casino"],
"businessId": "bus-a4c781d1-abf2-4030-bc70-d860cf164013",
"cardStatus": "active",
"cardType": "physical",
"cardholder": {
"billingAddress": {
"addressType": "billing",
"city": "San Mateo",
"country": "US",
"line1": "164 Sugarloaf Drive",
"line2": "",
"postalCode": "94403",
"state": "CA"
},
"createdAt": "2023-11-20T08:11:41Z",
"id": "chd-8adefd88-7c92-43f5-8336-85213f25d0cd",
"modifiedAt": "2023-11-24T05:46:51Z",
"name": "John Doe",
"personId": "per-e6553324-1db8-49a8-a0d3-29132280b838"
},
"createdAt": "2023-11-24T05:46:51Z",
"createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"currency": "USD",
"embossingBusiness": "Acme LLC",
"embossingPerson": "John Doe",
"expiryMonth": "11",
"expiryYear": "2026",
"familyId": "",
"id": "crd-07afa3b8-5ca2-4d17-be39-02171fbde32d",
"label": "Travel",
"last4": "3738",
"limitAmount": "1100.00",
"limitInterval": "daily",
"metadata": null,
"modifiedAt": "2023-11-24T05:49:26Z",
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"shipping": {
"createdAt": "2023-11-24T05:46:51Z",
"deliveryPartner": "",
"deliveryStatus": "pending",
"eta": "",
"id": "shp-994d496d-a45d-48c2-bb6c-2c3bb7e779e5",
"modifiedAt": "2023-11-24T05:46:51Z",
"shippingAddress": {
"addressType": "shipping",
"city": "San Mateo",
"country": "US",
"line1": "164 Sugarloaf Drive",
"line2": "",
"postalCode": "94403",
"state": "CA"
},
"trackingNumber": "",
"trackingUrl": ""
},
"theme": "",
"walletId": ""
}
]
Example:
1