---
title: "List all cards"
method: GET
path: "/v1/cards"
tags: ["Cards servicing"]
---

# List all cards

`GET /v1/cards`

Returns all cards associated with partner.

## Query parameters

- `filter[business_id]` string
- `filter[person_id]` string
- `filter[person_uid]` string
- `filter[account_id]` string
- `filter[account_uid]` string
- `filter[status]` string
- `filter[type]` string
- `filter[masked_pan]` string
- `filter[line_1]` string
- `filter[sia_account_number]` string
- `page[number]` integer
- `page[size]` integer

## Response `200`

Successful result of the operation

- SolarisDecoratorsPublicCardWithCreationDateAndSiaAccountNumber[]
  - `id` string — ID of the card.
  - `status` 'ACTIVE' | 'ACTIVATION_BLOCKED_BY_SOLARIS' | 'BLOCKED' | 'BLOCKED_BY_SOLARIS' | 'CLOSED' | 'CLOSED_BY_SOLARIS' | 'COUNTERFEIT_CARD' | 'FRAUD' | 'INACTIVE' | 'LOST' | 'NEVER_RECEIVED' | 'PROCESSING' | 'STOLEN' — The current status of the card.
  - `reference` string — Unique reference number for the card.
  - `type` 'MASTERCARD_DEBIT' | 'MASTERCARD_BUSINESS_DEBIT' | 'VIRTUAL_MASTERCARD_DEBIT' | 'VIRTUAL_MASTERCARD_BUSINESS_DEBIT' | 'VIRTUAL_MASTERCARD_FREELANCE_DEBIT' | 'VISA_DEBIT' | 'VISA_BUSINESS_DEBIT' | 'VIRTUAL_VISA_DEBIT' | 'VIRTUAL_VISA_BUSINESS_DEBIT' | 'VIRTUAL_VISA_FREELANCE_DEBIT' | 'VISA_CREDIT' | 'VIRTUAL_VISA_CREDIT' | 'VISA_BUSINESS_CREDIT' | 'VIRTUAL_VISA_BUSINESS_CREDIT' — The type of the card. **Note** The following enum list is not exhaustive but only indicative of some possible values.
  - `expiration_date` string — The expiration date of the card.
  - `new_card_ordered` boolean — Boolean that indicates if a new physical card was ordered for this card resource (either for the first time or as a replacement).
  - `person_id` string — ID of the cardholder person resource.
  - `account_id` string — ID of the account to which the card is tied.
  - `business_id` string — (For business cards) ID of the business with which the card is associated.
  - `representation` SolarisDecoratorsPublicPlasticCard — Object containing information about the cardholder, the card's masked PAN, and the formatted expiration date.
    - `line_1` string — The cardholder's first and last name.
    - `line_2` string — The supplementary personalized info like business name or membership number.
    - `masked_pan` string — The first six and last four digits of the card.
    - `formatted_expiration_date` string — The card's expiration date in MM/YY format.
  - `creation_date` string — Date when the latest plastic card for this card resource was created.
  - `sia_account_number` string — The SIA account number for the card.

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/card-creation-servicing.md) · [All operations](https://skmtc.net/solarisgroup/apis/card-creation-servicing/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/card-creation-servicing/revisions/a772504dcc9e/schema)
