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

KeyDatatypeRequiredDescription
afternullCursor pointing to the start of the desired set.
beforenullCursor pointing to the end of the desired set.
created_at[gt]nullLimit to records created after the specified date-time.
created_at[gte]nullLimit to records created on or after the specified date-time.
created_at[lt]nullLimit to records created before the specified date-time.
created_at[lte]nullLimit to records created on or before the specified date-time.
creditornullUnique identifier, beginning with “CR”.
enablednullIf true, only return enabled bank accounts. If false, only return disabled bank accounts.
limitnullNumber 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}}