ENDPOINT
- GET /v1/program/:id/card
FILTERS
The table below describes various filters that can be passed as query parameters to narrow the response.
RESPONSE
- {
- "total": 2,
- "data": [
- {
- "id": "crd-7b176979-9ece-41d3-b9ef-39a696636f45",
- "accountId": "acc-e0d7c248-b7f3-475c-851e-882ed44fb8a6",
- "businessId": "bus-00000000-0000-0000-0000-000000000000",
- "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
- "cardholder": {
- "id": "chd-18b7bab0-7aa2-48b3-95cd-456ebf4fa525",
- "personId": "per-865882ac-b9d7-4f02-bf58-96826b57cdd9",
- "billingAddress": {
- "addressType": "billing",
- "line1": "1234 Wilshire Blvd",
- "line2": "",
- "city": "Los Angeles",
- "state": "CA",
- "country": "US",
- "postalCode": "90017"
- },
- "createdAt": "2021-11-30T09:30:14Z",
- "modifiedAt": "2021-12-20T06:05:59Z",
- "name": "Test"
- },
- "cardType": "physical",
- "label": "Test",
- "limitAmount": "1000.00",
- "limitInterval": "monthly",
- "shipping": {
- "id": "shp-ae9e41f7-0d8c-4299-af61-c9fc4d42f8f8",
- "shippingAddress": {
- "addressType": "shipping",
- "line1": "1234 Wilshire Boulevard",
- "line2": "",
- "city": "Los Angeles",
- "state": "CA",
- "country": "US",
- "postalCode": "90017"
- },
- "eta": "2021-12-20T06:05:58Z",
- "deliveryStatus": "pending",
- "createdAt": "2021-12-20T06:05:59Z",
- "modifiedAt": "2021-12-20T06:05:59Z"
- },
- "currency": "USD",
- "expiryMonth": "12",
- "expiryYear": "2022",
- "last4": "0434",
- "cardStatus": "active",
- "activatedAt": "2021-12-20T06:06:52Z",
- "createdAt": "2021-12-20T06:05:59Z",
- "modifiedAt": "2021-12-20T06:06:52Z",
- "createdPersonId": "per-865882ac-b9d7-4f02-bf58-96826b57cdd9",
- "metadata": null,
- "bin": "debit",
- "allowedCategories": null,
- "availableLimit": "",
- "blockedCategories": null,
- "embossingPerson": "Test",
- "embossingBusiness": "",
- "theme": ""
- },
- {
- "id": "crd-daa73f31-a946-446e-8d93-39defaa5a9d7",
- "accountId": "acc-bb6335aa-649f-4151-be7d-7387500b53c0",
- "businessId": "bus-301da70b-3e2f-4fb9-a310-fdaca70cc638",
- "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
- "cardholder": {
- "id": "chd-18b7bab0-7aa2-48b3-95cd-456ebf4fa525",
- "personId": "per-865882ac-b9d7-4f02-bf58-96826b57cdd9",
- "billingAddress": {
- "addressType": "billing",
- "line1": "1234 Wilshire Boulevard",
- "line2": "",
- "city": "Los Angeles",
- "state": "CA",
- "country": "US",
- "postalCode": "90017"
- },
- "createdAt": "2021-11-30T09:30:14Z",
- "modifiedAt": "2021-12-20T06:05:59Z",
- "name": "Test"
- },
- "cardType": "physical",
- "label": "P Card One",
- "limitAmount": "1.00",
- "limitInterval": "yearly",
- "shipping": {
- "id": "shp-2ca1df51-25c2-4cc4-a27f-bd1641f74fa2",
- "shippingAddress": {
- "addressType": "shipping",
- "line1": "1234 Wilshire Blvd",
- "line2": "",
- "city": "Los Angeles",
- "state": "CA",
- "country": "US",
- "postalCode": "90017"
- },
- "eta": "2021-12-20T05:37:54Z",
- "deliveryStatus": "pending",
- "createdAt": "2021-12-20T05:37:54Z",
- "modifiedAt": "2021-12-20T05:37:54Z"
- },
- "currency": "USD",
- "expiryMonth": "12",
- "expiryYear": "2022",
- "last4": "9753",
- "cardStatus": "pendingActivation",
- "activatedAt": "",
- "createdAt": "2021-12-20T05:37:55Z",
- "modifiedAt": "2021-12-20T05:37:55Z",
- "createdPersonId": "per-865882ac-b9d7-4f02-bf58-96826b57cdd9",
- "metadata": null,
- "bin": "debit",
- "allowedCategories": null,
- "availableLimit": "",
- "blockedCategories": null,
- "embossingPerson": "One",
- "embossingBusiness": "One",
- "theme": ""
- }
- ]
- }