v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBModes
Get card modes
Get card mode objects. 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. For more information, refer to the mode documentation in the Cards overview guide.
NOTE: This endpoint requires an account-specific access token - a token encoded with a Pismo account ID.
get/wallet/v2/cards/{cardId}/modes
Path parameters
cardIdstring required
Pismo card ID
Response
Cards relationship information
Example response
[
{
"id": 128876,
"mode": "CREDIT",
"program_id": 88490,
"customer_id": 102377856,
"account_id": 102378693,
"password_tries": 1,
"transaction_limit": "500.00",
"number_of_transactions": 40,
"status": "SUSPENDED",
"card_owner": "TN-f878e4a1-2879-48ba-be16-821e73ac98db"
}
]