KYC Webhook Configuration
4min
set up your kyc webhook endpoint in the merchant dashboard kyc endpoint setup webhook events you receive the following events on your configured webhook endpoint, when the user is completing the kyc( know your customer ) process on the onmeta widget all the event names are present in eventname field in the webhook request body while description of the events are present in the message field kyc webhook events event names \# eventname description 1 kycinit kyc process has been initiated 2 selfiesuccess selfie step has been captured successfully 3 selfiefailure selfie step has been failed 4 pansuccess pan capture step has been captured successfully 5 panfailure pan capture step is failed 6 aadhaarfrontsuccess aadhaar front capture step has been captured successfully 7 aadhaarfrontfailure aadhaar front capture step failed 8 aadhaarbacksuccess aadhaar back capture step has been captured successfully 9 aadhaarbackfailure aadhaar back capture step failed 10 kyccompleted kyc process is completed kyc webhook messages selfie messages selfie has already been verified! too many failed attempts, please try after an hour! selfie is not accurate, please try again! selfie uploaded successfully! selfie could not be processed! pan messages user's pan has already been verified please upload selfie before uploading pan document! too many failed attempts, please try after an hour! a user with this pan exists already! face in pan does not match with selfie! pan not verified successfully! pan verified successfully! aadhaar messages user's aadhaar has already been verified please upload selfie and pan before uploading aadhaar document! too many failed attempts, please try after an hour! please upload aadhaar front only please upload aadhaar back only aadhaar number does not match with the pan card a user with this aadhaar exists already! selfie not uploaded properly, please upload selfie again! face in aadhaar does not match with selfie! aadhaar front verified successfully! aadhaar front has to be uploaded before aadhaar back aadhaar back's details do not match with aadhaar front bottom's details aadhaar verified successfully! internal server error! please try again later webhook request body success event { "success" true, "message" "selfie uploaded successfully!", "createdat" "2023 05 29t16 21 29 053z", "email" "sample testing\@email com", "webhookurl" "https //your kyc webhook com", "tenantid" "63bff28c42e2ae343ed2829b", "eventname" "selfiesuccess" } failure event { "success" false, "message" "too many failed attempts, please try after an hour!", "createdat" "2023 05 29t16 21 29 053z", "email" "sample testing\@email com", "webhookurl" "https //your kyc webhook com", "tenantid" "63bff28c42e2ae343ed2829b", "eventname" "selfiefailure" }