Skip to main content
POST
Creates a new individual client for the company with identity data and address. Documentation and products are enabled on demand after creation. Requires an API key with access level 1 or higher.

Body

first_name
string
required
Client’s first name.
second_name
string
Client’s second or middle name.
last_name
string
required
Client’s last name.
email
string
required
Client’s email address. Must be a valid email.
birth_date
string
required
Client’s date of birth (yyyy-mm-dd).
address
object
required
Client’s physical address.
phone_country_code
integer
Phone country code.
phone_number
long
Phone number.

Response

id
string
Unique client identifier.
type
string
Client type. Always individual.
status
string
Account status (e.g., pending, active, rejected).
first_name
string
Client’s first name.
second_name
string
Client’s second or middle name.
last_name
string
Client’s last name.
email
string
Client’s email address.
birth_date
string
Client’s date of birth.
phone_country_code
integer
Phone country code.
phone_number
long
Phone number.
address
object
Client’s physical address with street_line1, street_line2, city, postal_code, state, state_code, country, country_code.