Identity API
Webhooks

Identity Webhooks

Receive real-time push events when KYC verification jobs process asynchronously.

Global Webhook Framework

Sendexa uses a unified webhook delivery framework. To understand signatures validation, security, retries, and headers, view the global documentation.

Event Types

Event NameDescription
identity.kyc.completedFires when document registry validation and matching processes finish successfully.
identity.kyc.failedFires if an error occurs or verification fails database registry lookups.

Payload Example

JSON
{
"event": "identity.kyc.completed",
"timestamp": "2026-06-30T11:30:00Z",
"data": {
"verificationId": "KYC-b4f285a0-90ba-4871-8b17-d17be652671b",
"status": "APPROVED",
"matchScore": 98.6
}
}