{
"event": {
"id": "<string>",
"type": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"identity_verification": {
"id": "<string>",
"contact": {
"id": "<string>",
"address": "<unknown>",
"email": "jsmith@example.com",
"full_name": "<string>",
"phone_number": "<string>",
"tax_id": "<string>",
"company_registration_number": "<string>",
"metadata": {},
"stripe_customer_id": "<string>",
"tenancies_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"identity_check": {
"required": true
}
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Triggered when an identity verification is processing
{
"event": {
"id": "<string>",
"type": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"identity_verification": {
"id": "<string>",
"contact": {
"id": "<string>",
"address": "<unknown>",
"email": "jsmith@example.com",
"full_name": "<string>",
"phone_number": "<string>",
"tax_id": "<string>",
"company_registration_number": "<string>",
"metadata": {},
"stripe_customer_id": "<string>",
"tenancies_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"identity_check": {
"required": true
}
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
},
"meta": {
"curies": "<unknown>"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.stora.co/llms.txt
Use this file to discover all available pages before exploring further.
Identity Verification Processing Webhook Body
Show child attributes
Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.
Was this page helpful?