Create a sub-account for a downstream company, validate required fields like subCategory against Verto's supported industry classifications, and prepare the customer for onboarding and later scoped operations.
Use this endpoint to create a sub-account for a downstream business under your parent account.
NOTE:
Confirm your Base URL: If you are testing in the sandbox environment, ensure your base URL is set to the sandbox base url: https://api-company-sandbox.vertofx.com, and if in production, use the production base URL: https://api-company-beta.vertofx.com
Before you call this endpoint Complete these steps first:
- Confirm your parent account is enabled for sub-account creation. Collect the business name, registration country, registration number, and supported industry classification.
- Make sure the subCategory value exactly matches a supported industry string.
Store the returned sub-account ID because you will need it for onboarding, wallets, and other downstream actions.
Valid subCategory values: The subCategory field uses Verto's Supported Industry list . Refer to it for mapping
The subCategory value must exactly match one of Verto's supported industry classifications. If it does not, the API will return an invalid-input error.
Classifications Implementation notes
- Validate subCategory in your own application before you send the request. Keep the exact casing and spelling from the supported industry classifications list.
- If your team maps internal merchant categories to Verto onboarding categories, normalize that mapping before request submission.
Common validation issue
If you receive an error similar toInvalid input. Please provide a valid company sub-category, check that:- the submitted
subCategoryis present in the supported industry classifications list - the value has not been reformatted or abbreviated in your application
- your request is using the expected industry string rather than an internal enum label
- the submitted
Type of Account
- For Atlas for Fintech Use Cases - pass accountType =
SUB_CLIENT - For Atlas for Platform Use Cases - pass accountType =
PARTNER_REFERRED
For more info on the difference between SUB_CLIENT and PARTNER_REFERRED account types , please refer to this guide.
