bank info list

GET {{baseUrl}}/bank-info

Returns a list of BankInfo objects.

Request Params

KeyDatatypeRequiredDescription
account_typestringIf provided, will only return BankInfo's with this account type. Options: ('SAVINGS', 'CHECKING')
bank_namestringIf provided, will only return BankInfo's with this bank name.
created_afterstringIf provided, will only return objects created after this datetime.
created_beforestringIf provided, will only return objects created before this datetime.
cursorstringThe pagination cursor value.
employee_idstringIf provided, will only return bank accounts for this employee.
expandstringWhich relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_deleted_databooleanWhether to include data that was marked as deleted by third party webhooks.
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.
modified_afterstringIf provided, will only return objects modified after this datetime.
modified_beforestringIf provided, will only return objects modified before this datetime.
order_bystringOverrides the default ordering for this endpoint.
page_sizenumberNumber of results to return per page.
remote_fieldsstringWhich fields should be returned in non-normalized form.
remote_idstringThe API provider's ID for the given object.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"id":"fd1e0fb5-8f92-4ec9-9f32-179cf732867d","remote_id":"123234","employee":"a3617eb4-dfe3-426f-921e-a65fc1661e10","account_number":"439291590","routing_number":"089690059","bank_name":"Chase","account_type":"SAVINGS","remote_created_at":"2021-12-06T10:11:26Z","remote_data":[{"path":"ipsum elit amet labore","data":{"aute2a":{}}},{"path":"amet quis irure eu","data":{"consectetur__c":{},"cupidatat_aca":{},"do0e":{}}}],"remote_was_deleted":true},{"id":"fd1e0fb5-8f92-4ec9-9f32-179cf732867d","remote_id":"123234","employee":"a3617eb4-dfe3-426f-921e-a65fc1661e10","account_number":"439291590","routing_number":"089690059","bank_name":"Chase","account_type":"SAVINGS","remote_created_at":"2021-12-06T10:11:26Z","remote_data":[{"path":"occaecat nulla","data":{"magna19":{},"in_0ff":{}}},{"path":"deserunt ut Lorem","data":{"dolore83a":{},"deserunt9a6":{},"aliquipb":{}}}],"remote_was_deleted":false}]}