@qonto/embed-sdk / organizations

Variable: organizations

const organizations: object = organizationsNamespace.organizations
The organizations namespace contains all the functions related to organizations’ operations such as retrieving bank accounts. It can be accessed like this:
import { organizations } from '@qonto/embed-sdk/organizations';
await organizations.getBankAccounts({accessToken, stagingToken});

Type declaration

getBankAccounts()

getBankAccounts: (params) => Promise<BankAccount[]>

Parameters

params
accessToken?
string
stagingToken?
string

Returns

Promise<BankAccount[]>