v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
CDD

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

sourceType'lite_kyb' required

KYB source type

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

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter"
}