Returns the list of Credit Cards from active Accounts accessible to user
[ { "id": 39, "first": "2345", "last": "5678", "user_id": 49, "account_id": 43, "account_name": "Reimbursment PERSONAL Account" }, ]
Param name | Description |
---|---|
page
optional |
Page number Validations:
|
per_page
optional |
Number of records per page. Can be set to 1000 for getting more records in one page. Default: 500 Validations:
|
user_name
optional |
Show all accesible cards filtered by user name Validations:
|
card_number
optional |
Show all accesible cards filtered by card number either first or last 4 digits. Validations:
|