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 Name | Type | Description |
|---|---|---|
| string | Email address | |
| kycStatus | string | KYC status |
| date | string | KYC completion time |
KYC Status Description
| Parameter Name | Description |
|---|---|
| COMPLETED | KYC successfully completed |
| REJECTED | KYC 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"
}
Updated 6 days ago
Did this page help you?
