Webhooks
Overview
Setting up Webhooks
Provide Webhook URL
Receiving Webhooks
Receive HTTP Request
Inspect Request Body
{
"event": "verification.completed",
"data": PersonVerificationObject | BusinessVerficationObject
}Verify Signature
Implementation Examples
Example PHP / Laravel
Process Webhook Data
Webhook Event List
Event Name
Description
Data Structure
Last updated