Create a new applicant object in the system
A type of an applicant object. PERSON type is used for KYC process, and COMPANY type is used for KYB process
The first name of a person
The middle name of a person
The last name of a person
The date of birth of a person, formatted as “YYYY-MM-DD” according to ISO 8601
The gender of a person. M indicates male; F indicates female
The status of a person as a politically exposed person (PEP)
A residence country of an object. A two-letter country code according to ISO 3166-2
A nationality country of a person. A two-letter country code according to ISO 3166-2
The phone number of a person or a company
The email address of a person or a company
A username of an object in Telegram instant messaging service
A cryptocurrency wallet address of an object
A unique identifier of your user in your system
A custom parameter to store additional data for an object by your managers
A custom parameter to store additional data for an object by your managers
A custom parameter to store additional data for an object by your managers
A custom parameter to store additional data for an object by your managers
- https://api.kycaid.comhttps://api.kycaid.com/applicants
{ "type": "PERSON", "first_name": "Josh", "middle_name": "David", "last_name": "Coffey", "dob": "1976-02-21", "gender": "M", "pep": false, "residence_country": "GB", "nationality": "GB", "phone": "441172345678", "email": "josh.coffey@example.com", "telegram_username": "JoshCoffey", "wallet_address": "GQzMeEMwAR44ugoNCifTb5NdRKos0GduDUPeNh6AgV46", "external_applicant_id": "8ba166fd-e9ba-49c6-b91a-fdbf0f63f939", "custom_field_1": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_2": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_3": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_4": "This applicant was marked as suspicious by Mark L. at 11:40", "custom_field_5": "This applicant was marked as suspicious by Mark L. at 11:40" }
OK
The request was successful, and our system returned an expected response.
{ "applicant_id": "27c5caea93ee4656881ef9a30fadd21a3768" }