v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Modes

Add card mode

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 in the Cards overview guide.

post/wallet/v2/cards/{cardId}/modes

Path parameters

cardIdstring required

Pismo card ID

Headers

x-customer-idinteger required

Pismo customer ID

Response

Add card mode success response

mode_idinteger

Mode ID

mode'DEBIT' | 'CREDIT'

Example response

{
  "mode_id": 128876,
  "mode": "CREDIT"
}