Create a new account

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
country_idintegerRequired

Country ID where the account is created, supported IDs are:
253 = Chile
89 = United States
66 = Colombia
80 = Mexico
83 = Perú

contact_namestringRequired

Contact name associated with the account that will be created.

contact_phonestringRequired

Contact phone associated with the account that will be created, format:
+56xxxxxxxxx = Chile
+1xxxxxxxxx = United States.

admin_emailstringRequired

Admin email associated with the account that will be created.
Valid for login.

admin_passwordstringRequired

Admin password associated with the account that will be created.
Valid for login.

registration_tax_id_codestringRequired

Tax ID code of the company being registered, format:
xx.xxx.xxx-x for Chile

registration_tax_id_typestringRequired

Tax ID type of the company being registered, supported IDs are:
CL-RUT = Chile RUT
US-EIN = United States EIN
US-SSN = United States SSN
CO-NIT = Colombia NIT
PE-RUC = Peru RUC
MX-RFC = Mexico RFC

registration_company_sizestringRequired

Size of the company being registered.
1 = Micro
2 = Small
3 = Medium
4 = Large

registration_terms_of_useintegerRequired

Acceptance of the terms of use.
1 = Accepted

registration_type_useintegerRequired

Type use of the accounts being registered, supported IDs are:
1 = Billing

registration_additional_dataobjectRequired

Required for certain countries. Check individual fields for more information

registration_company_industry_sectorstringOptional

Industry sector of the company being registered.

account_configobjectOptional

Response

Your account is successfully created

account_idintegerOptional

Returns the ID of the created account.

Errors