POST
/api/v2/business/onboarding/application/submitSubmit the application for review
Authentication
Send your API key in the x-api-key header on every request.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| userId (query) | unknown | No | Required for API key authentication; optional for JWT self-service and must match the token user when supplied. |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | No | |
| status | string | No | |
| accountId | string | No | Account ID assigned after approval |
| market | string | No | |
| type | string | No | |
| createdAt | string (date-time) | No | |
| updatedAt | string (date-time) | No | |
| firstName | string | No | |
| lastName | string | No | |
| dob | string | No | |
| string | No | ||
| phoneNumber | string | No | |
| nationalities | array of string | No | |
| identityDocumentNumber | string | No | |
| taxId | string | No | |
| countryOfIncorporation | string | No | |
| regionOfIncorporation | string | No | |
| registeredName | string | No | |
| registrationNumber | string | No | |
| tradingNames | array of string | No | |
| businessOverview | string | No | |
| industry | object | No | |
| employeeCount | string | No | |
| incorporationDate | string | No | |
| website | string | No | |
| businessPromotionDescription | string | No | |
| featureInformation | object | No | |
| addresses | array of EqualsMoneyApplicationAddress | No | |
| associatedPeople | array of EqualsMoneyAssociatedPersonLink | No |
401 — Unauthorized
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
404 — Not Found
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
500 — Internal Server Error
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
Example request
curl -X POST "https://{base_url}/api/v2/business/onboarding/application/submit" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.