LinkedAccounts
Defined in: src/payments/client.gen.ts:8
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new LinkedAccounts(
_core):LinkedAccounts
Defined in: src/payments/client.gen.ts:9
Parameters
Section titled “Parameters”Returns
Section titled “Returns”LinkedAccounts
Methods
Section titled “Methods”list()
Section titled “list()”list(
query?,options?):PagePromise<{items:object[];next_cursor?:string|null; }>
Defined in: src/payments/client.gen.ts:19
Lists linked accounts
This endpoint lists all bank connections that are eligible to make ACH transfers to Brex business account
GET /v1/linked_accounts — requires OAuth scope: linked_accounts.readonly
Await for a single page, or for await to iterate items across all pages.
Parameters
Section titled “Parameters”query?
Section titled “query?”cursor?
Section titled “cursor?”string | null
limit?
Section titled “limit?”number | null
options?
Section titled “options?”Returns
Section titled “Returns”PagePromise<{ items: object[]; next_cursor?: string | null; }>