When to use
Use this when onboarding a business customer. The returnedaccount.id (entityId) is used for wallets, payouts, and linked accounts.
Endpoint
POST {{ACCOUNT_URL}}/v1/ext/account/create-user- Auth: Bearer
{{accessToken}}
Request
Fields
| Field | Type | Description | Required |
|---|---|---|---|
businessName | string | Legal/operating business name | Yes |
email | string | Contact email | Yes |
identifier | string | Your unique business identifier | Yes |
type | string | Must be BUSINESS | Yes |
Success Response (200)
Error (400 - Account Exists)
Next steps
- Save
account.idasentityId. - Create wallets for this business.
- Use
entityIdwhen creating payout/payment links tied to the business.