Business Accounts are in early access. See the overview for the model.
Create an account
createBusinessAccount takes an optional name, externalRef, and metadata, and returns the new account. The caller becomes the owner.
- JavaScript
- React
string
Optional display name for the account.
string
A developer-supplied label for mapping your own org/tenant ID onto this account — the primary B2B2B2C integration key. Not unique; multiple accounts may share a value.
Record<string, unknown>
Arbitrary key-value metadata to store alongside the account.
List accounts
listBusinessAccounts returns the accounts the current user is a member of, for the active environment.
- JavaScript
- React
Read one account
getBusinessAccount returns the account plus its members, signers, and wallets.
- JavaScript
- React
Next steps
Add wallets
Create a fresh wallet or link an existing one to the account.
Members & roles
Invite admins and viewers, and transfer ownership.