{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"identity_verification": {
"id": "<string>",
"contact": {
"id": "<string>",
"address": "<unknown>",
"email": "jsmith@example.com",
"full_name": "<string>",
"marketing_source": "used_before",
"phone_number": "<string>",
"source": "pre_open",
"tax_id": "<string>",
"company_registration_number": "<string>",
"type": "domestic",
"use_case": "business_needs",
"metadata": {},
"stripe_customer_id": "<string>",
"tenancies_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"status": "failed",
"error_code": "abandoned",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Triggered when an identity verification succeeded
{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"identity_verification": {
"id": "<string>",
"contact": {
"id": "<string>",
"address": "<unknown>",
"email": "jsmith@example.com",
"full_name": "<string>",
"marketing_source": "used_before",
"phone_number": "<string>",
"source": "pre_open",
"tax_id": "<string>",
"company_registration_number": "<string>",
"type": "domestic",
"use_case": "business_needs",
"metadata": {},
"stripe_customer_id": "<string>",
"tenancies_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"status": "failed",
"error_code": "abandoned",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Identity Verification Succeeded Webhook Body
Show child attributes
Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.
Was this page helpful?