Get account cards

Get cards for specified account with paging and filter options. The account is parsed from the token, which must be an account token.

Accounts can have multiple customers, typically to accommodate primary and additional cardholders, but only one owner.

Note: This endpoint takes an account token - an access token encoded with a Pismo account ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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
Allowed:
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
Allowed:
Responses

401

Access token is missing or invalid

403

You don't have permission to access this resource

404

The specified resource was not found

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