Returns the list of Credit Cards from active Accounts accessible to user

Supported Formats

json

Examples

[
  {
    "id": 39,
    "first": "2345",
    "last": "5678",
    "user_id": 49,
    "account_id": 43,
    "account_name": "Reimbursment PERSONAL Account"
  },
] 

Params

Param name Description
page
optional

Page number

Validations:

  • Must be a Integer

per_page
optional

Number of records per page. Can be set to 1000 for getting more records in one page. Default: 500

Validations:

  • Must be a Integer

user_name
optional

Show all accesible cards filtered by user name

Validations:

  • Must be a String

card_number
optional

Show all accesible cards filtered by card number either first or last 4 digits.

Validations:

  • Must be a String