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