For the complete documentation index, see llms.txt. This page is also available as Markdown.

S00

Fills basic data for KYC sort=S00.

Request Body

{
  "documentCode": "2",
  "documentNumber": "DD009292928",
  "documentIssuePlace": "Brandenburg",
  "fullName": "Adam Kupferblum",
  "fullNameEn": "Adam Kupferblum",
  "genderCode": "1",
  "birthDate": "1980-12-12",
  "occupationCode": "3",
  "nationality": "DE",
  "country": "DE",
  "province": " Brandenburg",
  "addressLine": "Knesebeckstrasse 78",
  "addressEn": "Knesebeckstrasse 78",
  "city": "Forst",
  "postalCode": "03141",
  "areaCode": "+49",
  "phone": "297546567",
  "email": "my@mail.com"
}

documentCode

String

yes

1 - ID card

2 - Passport

Type of Identity Document

documentNumber

String

yes

Identification Number

documentIssuePlace

String

yes

Document Issue Place

fullName

String

yes

Full name

fullNameEn

String

yes

Full Name (in English)

genderCode

String

yes

1 - male

2 - female

Gender

birthDate

String

yes

year-month-day

Birthday

occupationCode

String

yes

Occupation

nationality

String

yes

ISO 3166-1 alpha-2

nationality

country

String

yes

ISO 3166-1 alpha-2

Country of Residence

province

String

yes

State / Province

addressLine

String

yes

Residential Address

addressEn

String

yes

Residential Address (in English)

city

string

yes

City

postalCode

string

yes

Postal Code

areaCode

string

yes

+44

Phone Country Calling Code

phone

string

yes

Phone number

email

string

yes

Maximum 29 characters limit

Email

'occupation' Reference

Value
Description

1

Government Officials

2

Government Workers

3

State-Owned Enterprise (SOE) Executives

4

State-Owned Enterprise (SOE) Employees

5

Private Business Owners & Executives

6

Private Business Employees

7

Non-governmental organization (NGO) Executives

8

Non-governmental organization (NGO) Employees

9

Sole Traders

10

Retirees

11

Students

12

Unemployed

13

Freelancers

Last updated