Create a person applicant (KYC)
Creates a new individual applicant for KYC verification. Specify a processType (e.g. KYC_QUICK_ONBOARDING, KYC_FULL_ONBOARDING) and country to determine validation rules and required fields.
Person applicant creation request
processTypestring
Determines validation rules and required fields
Value in
"KYC_QUICK_ONBOARDING" | "KYC_FULL_ONBOARDING"country?string
ISO 3166-1 alpha-2 (e.g. AR, BR)
applicantDataobject
Person data; fields depend on processType and country
Empty Object
Response Body
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "PENDING",
"applicantData": {},
"createdOn": "2019-08-24T14:15:22Z",
"lastUpdatedOn": "2019-08-24T14:15:22Z"
}Empty
Empty