Individual

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 an individual customer, the following profile fields are required:

  • reference_id: A unique identifier for the customer within the domain.
  • type: Should be set to individual.
  • contact:
    • email: The email address of the customer.
  • profile:
    • first_name: The first name of the customer.
    • last_name: The last name of the customer.
    • date_of_birth: The date of birth of the customer.
    • national_id_country: The ISO2 code of the country that issued the national ID.
    • national_id_type: The type of national ID. One of passport, driver_license, national_id, other.
    • national_id: The national ID number.
    • citizenship: The ISO2 code of the citizenship country.
    • address_line1: The first line of the address.
    • state: The state of the address.
    • city: The city of the address.
    • country: The ISO2 code of the country of the address.
    • zip_code: The postal code of the address.
    • tax_country: The ISO2 code of the tax country.
    • tax_id: The tax identification number.
    • is_pep (optional): Boolean flag indicating whether the customer is a Politically Exposed Person (PEP).
📘

Supported national_id_type values

passport, driver_license, national_id, other

{
  "reference_id": "unique-individual-id",
  "type": "individual",
  "profile": {
    "tax_country": "AR",
    "tax_id": "20-24053066-9",
    "first_name": "Juan",
    "middle_name": "Carlos",
    "last_name": "Pérez",
    "date_of_birth": "1974-08-09",
    "national_id_country": "AR",
    "national_id_type": "national_id",
    "national_id": "24053066",
    "citizenship": "AR",
    "address_line1": "1234 Av. Corrientes",
    "address_line2": "Apt. C",
    "state": "CABA",
    "city": "Buenos Aires",
    "country": "AR",
    "zip_code": "1430",
    "label": "Personal Account"
  },
  "contact": {
    "email": "[email protected]",
    "cellphone": "+5491156668452"
  }
}
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