POST
Register New Individual Customer

Body

application/json

Request to create a new individual (person) client

address
string
required
birth_country
string
required
city
string
required
country_code
string
required
country_of_tax_residence
string
required
date_of_birth
string<date>
required
email
string
required
first_name
string
required
gender
enum<string>
required
Available options:
male,
female
last_name
string
required
nationality
string
required
organization_id
integer<int32>
required
postcode
string
required
external_client_code
string | null
kyc_level
null | enum<string>

KYC Level - Defines the level of verification required

Available options:
FULL_KYC,
DOC_ONLY,
NOT_REQUIRED
middle_name
string | null
mobile_phone_number
string | null
planned_expenditure
string | null
planned_income
string | null
risk_level
null | enum<string>

Risk Level - Customer risk assessment

Available options:
Low,
Medium,
High
second_email
string | null
second_mobile_phone_number
string | null
state_province
string | null

Response

Client created successfully

ClientWithPerson - Combined view of Client + Person for API responses

address
string
required
birth_country
string
required
blocked
boolean
required
city
string
required
country_code
string
required
country_of_tax_residence
string
required
created_at
string<date-time>
required
date_of_birth
string<date>
required
email
string
required
first_name
string
required
gender
enum<string>
required
Available options:
male,
female
id
string<uuid>
required
is_blacklisted
boolean
required
kyc_level
enum<string>
required

KYC Level - Defines the level of verification required

Available options:
FULL_KYC,
DOC_ONLY,
NOT_REQUIRED
kyc_status
enum<string>
required
Available options:
NOT_STARTED,
CREATED,
PROCESSING,
ABORTED,
PENDING_REVIEW,
VALIDATED,
DECLINED
last_name
string
required
nationality
string
required
organization_id
integer<int32>
required
postcode
string
required
risk_level
enum<string>
required

Risk Level - Customer risk assessment

Available options:
Low,
Medium,
High
updated_at
string<date-time>
required
blacklisted_comment
string | null
external_client_code
string | null
kyc_note
string | null
middle_name
string | null
mobile_phone_number
string | null
planned_expenditure
string | null
planned_income
string | null
second_email
string | null
second_mobile_phone_number
string | null
state_province
string | null