Skip to content

LinkedAccounts

Defined in: src/payments/client.gen.ts:8

new LinkedAccounts(_core): LinkedAccounts

Defined in: src/payments/client.gen.ts:9

BrexCore

LinkedAccounts

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.

string | null

number | null

RequestOptions

PagePromise<{ items: object[]; next_cursor?: string | null; }>