List Creditor Bank Accounts
GET {{url}}/creditor_bank_accounts
Returns a cursor-paginated list of your creditor bank accounts.
List Creditor Bank Accounts API Docs
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
after | null | Cursor pointing to the start of the desired set. | |
before | null | Cursor pointing to the end of the desired set. | |
created_at[gt] | null | Limit to records created after the specified date-time. | |
created_at[gte] | null | Limit to records created on or after the specified date-time. | |
created_at[lt] | null | Limit to records created before the specified date-time. | |
created_at[lte] | null | Limit to records created on or before the specified date-time. | |
creditor | null | Unique identifier, beginning with “CR”. | |
enabled | null | If true, only return enabled bank accounts. If false, only return disabled bank accounts. | |
limit | null | Number of records to return. |
RESPONSES
status: OK
{"creditor_bank_accounts":[{"id":"BA000QXWK1KV8V","created_at":"2023-01-11T10:07:05.955Z","account_number_ending":"56","account_holder_name":"STOIL TODOROV","account_type":"checking","bank_name":"Community Federal Savings Bank","currency":"USD","country_code":"US","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"},{"id":"BA000QXWK0WY6E","created_at":"2023-01-11T10:07:05.844Z","account_number_ending":"00","account_holder_name":"STOIL TODOROV","account_type":null,"bank_name":"ROYAL BANK OF CANADA","currency":"CAD","country_code":"CA","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"},{"id":"BA000QXWJZWNZ2","created_at":"2023-01-11T10:07:05.781Z","account_number_ending":"69-000","account_holder_name":"STOIL TODOROV","account_type":null,"bank_name":"ASB Bank","currency":"NZD","country_code":"NZ","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"},{"id":"BA000QXWJYM4K4","created_at":"2023-01-11T10:07:05.371Z","account_number_ending":"78","account_holder_name":"STOIL TODOROV","account_type":null,"bank_name":"National Australia Bank","currency":"AUD","country_code":"AU","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"},{"id":"BA000QXWJW4XVE","created_at":"2023-01-11T10:07:05.036Z","account_number_ending":"90","account_holder_name":"STOIL TODOROV","account_type":null,"bank_name":"SKANDINAVISKA ENSKILDA BANKEN AB","currency":"DKK","country_code":"DK","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"},{"id":"BA000QXWJVHJ1T","created_at":"2023-01-11T10:07:03.204Z","account_number_ending":"17","account_holder_name":"STOIL TODOROV","account_type":null,"bank_name":"SKANDINAVISKA ENSKILDA BANKEN","currency":"SEK","country_code":"SE","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"},{"id":"BA000QXWJSJABR","created_at":"2023-01-11T10:07:01.944Z","account_number_ending":"06","account_holder_name":"STOIL TODOROV","account_type":null,"bank_name":"LA BANQUE POSTALE","currency":"EUR","country_code":"FR","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"},{"id":"BA000QXWJRB2DG","created_at":"2023-01-11T10:07:01.829Z","account_number_ending":"11","account_holder_name":"STOIL TODOROV","account_type":null,"bank_name":"BARCLAYS BANK PLC","currency":"GBP","country_code":"GB","metadata":{},"enabled":true,"links":{"creditor":"CR0000796J2GYR"},"verification_status":"successful"}],"meta":{"cursors":{"before":null,"after":null},"limit":50}}