Business

Create a new customer account. Supports two customer types: individual and business.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

For a business customer, the following fields are required:

FieldTypeRequiredDescription
reference_idstringYesA unique identifier for the customer
typestringYesMust be set to business
profile.first_namestringYesFirst name of the business representative
profile.last_namestringYesLast name of the business representative
profile.tax_countrystringYesISO2 code of the tax country
profile.tax_idstringYesTax identification number
profile.namestringYesLegal name of the business
contact.emailstringYesEmail address of the business
contact.cellphonestringNoPhone number of the business
{
  "reference_id": "unique-business-id",
  "type": "business",
  "profile": {
    "first_name": "Juan",
    "last_name": "Pérez",
    "tax_country": "AR",
    "tax_id": "30-12345678-9",
    "name": "Pérez Enterprises S.A."
  },
  "contact": {
    "email": "[email protected]",
    "cellphone": "+5491156668452"
  }
}
📘

KYB

After the customer is created, the email associated with the business will receive a message containing a link to upload all the required documentation.

Body Params
string
required

A unique identifier for the customer within your domain

string
enum
required

Customer type

Allowed:
profile
object

Customer profile information (fields vary by type)

contact
object
required
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json