Webhooks
Receive real-time notifications for verification events.
https://api.yourapp.com/webhooks/tfg
verification.completedkyc.approved
Last called: 2 min agoSuccess rate: 99.8%
https://staging.yourapp.com/webhooks/tfg
verification.failedfraud.detected
Last called: 3 days agoSuccess rate: 95.1%
Sample Webhook Payload
{
"event": "verification.completed",
"request_id": "TFG-KYC-20240518-AB12CD",
"subject_name": "Rahul Sharma",
"decision": "APPROVED",
"risk_level": "LOW",
"risk_score": 12.5,
"timestamp": "2024-05-18T11:30:00Z"
}