Skip to main content

user kyc

document_typedocument_type (string)required

证件类型

Possible values: [PASSPORT, DRIVER_LICENSE, ID_CARD]

document_numberdocument_number (string)required

证件号

first_namefirst_name (string)

名 姓名必须存在一个

last_namelast_name (string)

姓 姓名必须存在一个

date_of_birthdate_of_birth (string)required

YYYY-MM-DD

issuing_countryissuing_country (string)required

country_codes.alpha_3

user kyc
{
"document_type": "PASSPORT",
"document_number": "string",
"first_name": "string",
"last_name": "string",
"date_of_birth": "string",
"issuing_country": "string"
}