Variable: organizations
The organizations namespace contains all the functions related to organizations’ operations such as retrieving bank accounts. It can be accessed like this:constorganizations:object=organizationsNamespace.organizations
Type declaration
getBankAccounts()
getBankAccounts: (Retrieves the bank accounts for the organization.operationSettings) =>Promise<BankAccount[]>
Parameters
operationSettings
OperationSettings
An object with operation-level settings such as
accessToken, stagingToken, proxyRequestFunction, and other optional
parameters. See OperationSettings for more details.
Returns
Promise<BankAccount[]>
A promise that resolves to the bank accounts for the organization.
Throws
EmbedApiError If the API request fails or returns an error.