{
"scanRef": "<string>",
"occurredAt": "2023-11-07T05:31:56Z",
"verdict": "<string>",
"estimatedAge": 123,
"confidence": 123,
"clientId": "<string>"
}Age estimation result
This notification is sent when an age estimation session reaches a terminal state (either the estimate resolved, or a document step-up concluded).
WEBHOOK
ageEstimationResult
{
"scanRef": "<string>",
"occurredAt": "2023-11-07T05:31:56Z",
"verdict": "<string>",
"estimatedAge": 123,
"confidence": 123,
"clientId": "<string>"
}Headers
Available options:
AGE_ESTIMATION Webhook signature
Body
application/json
The step-up scan reference, or the token id when there is no scan ref.
Available options:
COMPLETED, FAILED Available options:
SUCCESS, UNDERAGE, UNCERTAIN, FACE_MISMATCH, ATTEMPTS_EXCEEDED Model verdict (e.g. ADULT).
The established age. When a document step-up produced an age, that exact document age is reported; otherwise it is the AI face-estimated age.
Response
200
Return a 200 status to indicate that the data was received successfully.
Related topics
Age Estimation WebhooksAge Estimation DashboardAge Estimation OverviewAge Estimation BillingAge VerificationWas this page helpful?