---
title: "Create a new Fire debit card"
method: POST
path: "/v1/cards"
tags: ["Debit Cards"]
---

# Create a new Fire debit card

`POST /v1/cards`

This endpoint allows you to create a debit card to be linked to your Fire account. You can create multiple debit cards which can be linked to your Fire accounts. You will need to enable PERM_BUSINESS_POST_CARDS to use this endpoint.

## Request body

- NewCard
  - `userId` integer
  - `cardPin` string
  - `eurIcan` integer
  - `gbpIcan` integer
  - `addressType` 'HOME' | 'BUSINESS'
  - `acceptFeesAndCharges` boolean

## Response `200`

Card created successfully

- NewCardResponse
  - `cardId` integer
  - `maskedPan` string
  - `expiryDate` string, date-time
  - `status` 'CREATED_ACTIVE' | 'CREATED_INACTIVE'

## 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)
