{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "kyc-connector.veriff.ingestion.status-changed",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"ingestion": {
"id": "019b218f-f235-79d3-866c-f56215e515e2",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"status": "finished",
"processes": [
"profile",
"address",
"identity"
],
"provider": "veriff",
"parameters": {
"sessions": [
{
"processes": [
"profile",
"identity"
],
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"integrationName": "integration-abc123"
},
{
"processes": [
"address"
],
"sessionId": "661f9511-f30c-52e5-b827-557766551111",
"integrationName": "integration-def456"
}
]
},
"result": {
"profile": {
"status": "completed",
"data": {
"person": {
"givenName": "John",
"familyName": "Doe",
"birthdate": "1987-01-01"
}
}
},
"address": {
"status": "completed",
"data": {
"country": "GB",
"city": "London",
"line1": "123 Main St",
"postalCode": "SW1A 1AA"
}
},
"identity": {
"status": "completed",
"data": {
"document": {
"type": "passport",
"number": "7700225VH",
"country": "GB",
"expiresAt": "2026-03-13"
},
"person": {
"givenName": "John",
"familyName": "Doe",
"birthdate": "1987-01-01",
"gender": "male"
},
"verifiedAt": "2020-01-01T00:00:00.000Z"
},
"files": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"category": "document",
"context": "photo-document-front",
"contentType": "image/png",
"size": 204800,
"providerDetails": {
"mediaId": "media-abc123"
}
}
]
}
},
"startedAt": "2025-12-15T10:17:45.113Z",
"finishedAt": "2025-12-15T10:18:33.241Z",
"createdAt": "2025-12-15T10:17:44.911Z",
"updatedAt": "2025-12-15T10:18:33.241Z"
}
}
}The Veriff ingestion status has been changed.
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "kyc-connector.veriff.ingestion.status-changed",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"ingestion": {
"id": "019b218f-f235-79d3-866c-f56215e515e2",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"status": "finished",
"processes": [
"profile",
"address",
"identity"
],
"provider": "veriff",
"parameters": {
"sessions": [
{
"processes": [
"profile",
"identity"
],
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"integrationName": "integration-abc123"
},
{
"processes": [
"address"
],
"sessionId": "661f9511-f30c-52e5-b827-557766551111",
"integrationName": "integration-def456"
}
]
},
"result": {
"profile": {
"status": "completed",
"data": {
"person": {
"givenName": "John",
"familyName": "Doe",
"birthdate": "1987-01-01"
}
}
},
"address": {
"status": "completed",
"data": {
"country": "GB",
"city": "London",
"line1": "123 Main St",
"postalCode": "SW1A 1AA"
}
},
"identity": {
"status": "completed",
"data": {
"document": {
"type": "passport",
"number": "7700225VH",
"country": "GB",
"expiresAt": "2026-03-13"
},
"person": {
"givenName": "John",
"familyName": "Doe",
"birthdate": "1987-01-01",
"gender": "male"
},
"verifiedAt": "2020-01-01T00:00:00.000Z"
},
"files": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"category": "document",
"context": "photo-document-front",
"contentType": "image/png",
"size": 204800,
"providerDetails": {
"mediaId": "media-abc123"
}
}
]
}
},
"startedAt": "2025-12-15T10:17:45.113Z",
"finishedAt": "2025-12-15T10:18:33.241Z",
"createdAt": "2025-12-15T10:17:44.911Z",
"updatedAt": "2025-12-15T10:18:33.241Z"
}
}
}OAuth 2.0 authentication
The unique identifier of the webhook.
The timestamp of the webhook, in seconds after the Unix epoch.
The signature of the webhook.
Veriff ingestion status changed event.
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?