---
title: "List debit cards"
method: GET
path: "/v1/cards"
tags: ["Debit Cards"]
---

# List debit cards

`GET /v1/cards`

This endpoint returns a list of cards related to your Fire account. You will need to enable PERM_BUSINESS_GET_CARDS to use this endpoint.

## Response `200`

Successful response

- object
  - `cards` Card[]
    - `blocked` boolean — Whether the card is blocked or not
    - `cardId` integer — card id assigned by fire.com
    - `dateCreated` string, date-time — The date-time the card was created
    - `emailAddress` string — card user email address
    - `expiryDate` string, date-time — card expiry date
    - `firstName` string — card user first name
    - `lastName` string — card user last name
    - `eurIcan` integer — identifier for the eur fire.com account (assigned by fire.com)
    - `gbpIcan` integer — identifier for the gbp fire.com account (assigned by fire.com)
    - `maskedPan` string — card number (masked)
    - `provider` 'MASTERCARD' — card provider
    - `status` 'LIVE' | 'CREATED_ACTIVE' | 'CREATED_INACTIVE' | 'DEACTIVATED' — card status
    - `statusReason` 'LOST_CARD' | 'STOLEN_CARD' | 'CARD_DESTROYED' — reason for card status
    - `userId` integer — card user id assigned by fire.com

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
