KYC Webhook
KYC webhook example
clientCustomerID : Unique identifier of the customer on Client's side.
customerId : unique user ID of a customer.
kycVerificationStatus
kycVerificationStatusCOMPLETEDBASIC_KYC_COMPLETEDINTERMEDIATE_KYC_COMPLETEDTEMPORARY_FAILEDPERMANENT_FAILEDIN_REVIEWOTP_COMPLETED
{
"referenceId":"clientCustomerId",
"eventType":"kyc",
"status":"kycVerificationStatus",
"metadata":{
"customerId":"customerId",
}
}