Get cards for customer and account

Get cards for specified account and customer with paging and filter options.

Accounts can have multiple customers, typically to accommodate primary and additional cardholders, but only one owner. There can only be one physical card per customer. A customer can have multiple virtual cards, but the card names have to be different.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Customer ID

integer
required

Pismo account ID

Query Params
string

Page number. Default is initial page - 0. To navigate between pages, set format=paged.

string

Cards per page. Default is 10. To navigate between pages, set format=paged.

string
enum

Set to paged to use paging for results.

Allowed:
status
array of strings

Card status filter:

  • If nothing is passed, cards with status CREATED, NORMAL, and BLOCKED are returned.
  • If ALL is passed, all cards, regardless of status, are returned.
  • If one or more specific statuses are passed, cards with those statuses are returned.

Refer to the Card lifecycle and statuses guide for more information and a complete status list.

status
modes
array of strings

Filter results using card mode.

  • If nothing is passed, all cards are returned.
  • If one or more specific modes are passed, cards with those modes are returned.
modes
types
array of strings

Card type filter:

  • If nothing is passed, all cards are returned.
  • If one or more specific types are passed, cards with those types are returned.
types
Responses

401

Access token is missing or invalid

403

You don't have permission to access this resource

500

Internal server error

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json