Create Account
Account Onboarding
Create Account
Creates an additional business or individual account under the same owner as your API key’s business. The new account starts as a draft KYB/KYC application that you complete via the other account onboarding endpoints.
POST
Create Account
Creates an additional business or individual account under the same owner as your API key’s business. The new account starts as a draft application that you complete with the other account onboarding endpoints.
Example Request
Business account
Individual account
Example Response
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | business or individual |
name | string | For business | Legal or trading name of the business |
firstName | string | No | Account holder first name (individual accounts); defaults to the owner’s name |
lastName | string | No | Account holder last name (individual accounts); defaults to the owner’s name |
Authorizations
Your Rolla API key
Body
application/json
Type of account to create
Available options:
business, individual Business name. Required when type is business.
Account holder first name (individual accounts). Defaults to the owner's name.
Account holder last name (individual accounts). Defaults to the owner's name.