Endpoint
- Method:
POST - URL:
{{ACCOUNT_URL}}/v1/ext/account/create-user - Auth: Bearer
{{accessToken}}
Same endpoint as end-user creation. Usetype: "BUSINESS"and includebusinessName.
Request Body
| Field | Type | Description | Required |
|---|---|---|---|
businessName | string | Legal/operating name of business | Yes |
email | string | Contact email | Yes |
identifier | string | Your unique business identifier | Yes |
type | string | Must be BUSINESS | Yes |
Example Request
Response (200)
Error (400 - Account Exists)
Notes
- The returned
account.idis theentityIdused in wallet and payment APIs. - Use distinct
identifiervalues per business to avoid collisions.