Skip to main content
Retrieve all bank accounts linked to your business. The response contains every account regardless of its current verification status, so you can use this endpoint to audit your connected accounts or present a selection UI to your users.

HTTP Request

Authentication

Include your bearer token on every request:

Request Parameters

This endpoint does not accept any query parameters, path parameters, or a request body.

Response Fields

items
array
required
An array of bank account objects. Returns an empty array if no accounts are linked to your business.

Example Request


Example Response

This endpoint is not paginated. All bank accounts linked to your business are returned in a single response. If your business has many accounts, consider filtering client-side by status to surface only the accounts relevant to your workflow.