List account customers

Get the customers associated with an account. Returns organization-level identity (nonprofit name, EIN, address).

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token with the read:bank_accounts scope

Path parameters

idstringRequiredformat: "uuid"
Unique identifier for the account

Response

The list of customers for the account
customerslist of objects
pageobject
Pagination metadata for list responses.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error