v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBCDD
Submit account KYB
Submit KYB information for the specified account.
post/open-api/v3/accounts/{accountId}/kyb
Path parameters
accountIdstring required
The UUID of the account.
Request body
Example request
{
"sourceType": "lite_kyb",
"companyInformation": {
"registrationCountry": "CN",
"industry": "111120",
"website": "https://www.example.com"
},
"uboInformation": {
"uboFirstName": "John",
"uboLastName": "Smith",
"uboGender": "M",
"uboCountryCode": "CN",
"uboIdType": "PASSPORT",
"uboDob": "1990-01-01"
}
}Response
OK
Example response
{
"code": "400001",
"message": "Invalid parameter"
}