v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCards on file
Get account cards on file
Get all cards on file for a specific account, which is derived from the access token.
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
get/cardsonfile/v2/cardsonfile/cards
Query parameters
statusstring
Card status - ACTIVE, SUSPENDED or PENDING. To filter more than one status, separate with a comma (,)
typestring
Card type - PLASTIC, VIRTUAL, TEMPORARY or RECURRING. To filter more than one type, separate with a comma (,)
Headers
Authorizationstring required
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in an <b>Unauthorized</b> message.
Response
Example response
[
{
"card_name": "Vacation card",
"card_profile": "0XFF00FF",
"card_status": "ACTIVE",
"pismo_card_id": 12376,
"custom_id": 123456,
"program_id": 1234567,
"creation_date": "2018-11-05T19:21:42.000Z",
"default_card": true,
"document_number": "41440022209",
"expiration_date": "1224",
"issuer_card": true,
"last_4_digits": "2347",
"first_6_digits": "",
"network": "VISA",
"printed_name": "Jenna Flect",
"uuid": "77cdd87e-b9b6-11ec-b4f5-4a7a44f81261",
"verified": true,
"metadata": "{any_key: any_value}"
}
]