Skip to main content
The projection API can exclude full_name, gender, etc.For details, refer to this link.
This event is also sent when the KYC status is changed through the PATCH/Submission API or by editing the submission from the dashboard. On that path the approved / rejected webhooks are not sent; the new status is delivered as a string (approved or rejected) in data.kyc_result.In the Approved / Rejected events, which are sent as a result of review, kyc_result is an object — here it is a string. Handle this event as well so that status changes are not missed.
string
Webhook event type - updated indicates that user information or the KYC status has been updated.
string
Unique identifier for each KYC submission.
string
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.)
string
Email address of the KYC submitter.
object
An object containing the updated user data.
string
Email of the administrator who performed the update. For dashboard edits this is the signed-in administrator; for PATCH/Submission API calls it is the admin value from the request body.
string
Timestamp of the update (UTC+0, ISO 8601 format).
string
Age category of the submitter: minor: 13 years and under, early-teen: 14–15 years, teen: 16–17 years, adult: 18 years and older.
string
Gender of the submitter (“male” or “female”).
string
Submitter’s date of birth (YYYY-MM-DD format).
string
Submitter’s nationality (ISO 3166-1 alpha-3 country code).
string
Submitter’s IP address
string
Type of submitted identification document
string
Country that issued the identification document
string
Issue date of the identification document (YYYY-MM-DD format)
string
Expiration date of the identification document (YYYY-MM-DD format)
string
Unique identifier for the KYC submitter as defined by the client.
string
Token ID used for submissions in private mode live forms.
string
Submitter’s full name
string
English Full Name provided after KYC approval. The name is processed through transliteration and not translated. Returns null if KYC is not approved or name has not been transliterated.
string
Submitter’s first name
string
Submitter’s last name (family name)
string
Social Security Number.
* for applying the lowerCamelCase convention to the written Number once more.