---
title: "Add card mode"
method: POST
path: "/wallet/v2/cards/{cardId}/modes"
tags: ["Modes"]
---

# Add card mode

`POST /wallet/v2/cards/{cardId}/modes`

Add mode to specified card to make it a combination card. A card can have both a credit and debit *mode*, meaning it can be used as both a credit or debit card. Each mode is associated with a credit or debit program and account. 

The mode and program/account to be added is derived from the access token which **must** be an account-specific access token.
For more information, refer to the [mode documentation](https://developers.pismo.io/pismo-docs/docs/cards-overview-1#create-a-combination-card-with-card-modes) in the Cards overview guide.

## Path parameters

- `cardId` string, required

## Headers

- `x-customer-id` integer, required

## Response `201`

Add card mode success response

- AddCardModeResponse — Add card mode response
  - `mode_id` integer — Mode ID
  - `mode` 'DEBIT' | 'CREDIT'

## Other responses

- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `409` — You already have a card with this type and name active
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
