The projection API can exclude full_name, gender, etc. For details, refer to this link .
approved-webhook-id-document.json
approved-webook-knowledgebased.json
{
"submission_id" : "string" ,
"email" : "string" ,
"cf" : {
"cf1" : "string" ,
"cf2" : "string" ,
"cf3" : "string"
},
"applicant_id" : "string" ,
"webhook_trigger" : "approved" ,
"kyc_result" : {
"status" : "approved" ,
"updated_at" : "string" ,
"created_at" : "string" ,
"kyc_result_at" : "string" ,
"reviewer" : "string"
},
"age_group" : "N/A" ,
"gender" : "string" ,
"date_of_birth" : "string" ,
"nationality" : "string" ,
"duplicated_information" : "string" ,
"full_name" : "string" ,
"phoneNumber" : "string" ,
"ssnNumber" : "string" ,
"additional_list" : [
{
"answer" : "string" ,
"inputValue" : "string" ,
"blockType" : "string"
}, ...
]
}
Webhook trigger type - approved
indicates that the KYC was automatically approved or approved from a pending state
Object containing KYC submission results KYC review result. Either approved
or rejected
UTC time when the KYC status was last changed (ISO 8601 format)
UTC time when the KYC was initially submitted (ISO 8601 format)
UTC time when the KYC result was first determined. Only provided for approval/rejection (ISO 8601 format)
UTC time when the KYC was submitted in a pending state (ISO 8601 format)
Reviewer type. system
for AI system review, agent
for human review
Unique identification ID assigned to check for duplicate submissions. Only provided when the KYC status is approved.
Unique identifier for each KYC submission
A unique ID is generated based on name, date of birth, gender, and nationality for duplicate checks. (*Always generated when all four criteria are provided.)
Email address of the KYC submitter
Token ID used when submitting via live form in private mode
Object containing custom field (cf1, cf2, cf3) data
Unique identifier for the KYC submitter defined by the client
Submitter’s age group category minor
: 13 years old or younger, early-teen
: 14 to 15 years old, teen
: 16 to 17 years old, adult
: 18 years old or older
Submitter’s gender (male
or female
)
Submitter’s date of birth (YYYY-MM-DD format)
Submitter’s nationality (ISO 3166-1 alpha-3 country code)
Type of submitted identification document
Country that issued the identification document
Issue date of the identification document (YYYY-MM-DD format)
Expiration date of the identification document (YYYY-MM-DD format)
National identification number or equivalent identifier
Unique number of the identification document (e.g., passport number, driver’s license number)
Array of additional form data if Additional Information is set in the dashboard settings. Only included under specific conditions. Question or field name of the additional form
User input value for the additional form field
Data type of the additional form field
Social Security Number.
* for applying the lowerCamelCase convention to the written Number once more.