KYC Webhook

kyc webhook

Brief Description

  • KYC callback
  • Upon receiving the webhook message, returning HTTP status code 200 indicates that the message was successfully received.

Request URL

Request Method

  • POST

Response Parameter Description

Model Object Description

Parameter NameTypeDescription
emailstringEmail address
kycStatusstringKYC status
datestringKYC completion time

KYC Status Description

Parameter NameDescription
COMPLETEDKYC successfully completed
REJECTEDKYC submitted but rejected by the compliance department. We are unable to provide services to the client due to regulatory reasons or company policy.

Response Example

{
  "email": "[email protected]",
  "kycStatus": "COMPLETED",
  "date": "2025-06-09 17:41:53"
}


Did this page help you?