Onboarding

Create Company

Create a company.

post/company/

Headers

x-company-idinteger

ID of a child company for authentication. If not provided, the parent company will be authenticated.

ID of a child company for authentication. If not provided, the parent company will be authenticated.

Request body

business_namestring required

Business legal name

friendly_namestring required

Business friendly name (trading name)

country_of_registrationstring required

Country of registration in ISO 3166-1 alpha-2 format, e.g. AR, BR, etc.

registration_numberstring required

Registration number, e.g. CNPJ, VAT number, etc.

entity_typestring required

Entity type, e.g. LLC, INC, etc.

idempotency_keystring

A unique key that ensures a request is processed only once. If the same key is sent with multiple requests, the server returns the original response instead of performing the action again.

acc_default_webhook_urlstring

Account default webhook URL. All the accounts created for this company will have this webhook url by default

Response

Successful Response

status'success'

Changes

No recorded changes to this endpoint across all 1 revision of this API.