Skip to main content

AgeAssurance.Result

Emitted with the result of an Age Assurance evaluation.

Deprecated

This event type is deprecated and has been replaced by Verification.Result.

Fields

FieldTypeRequiredDescription
eventTypestringyesAlways "AgeAssurance.Result"
dataobjectyesAge assurance result data
data.idstring (UUID)yesVerification ID
data.statusstringyesPASS or FAIL
data.ageCategorystringnoadult
data.methodstringnoVerification method (for example, age-estimation)
data.ageobjectnoAge details when available
data.age.lownumbernoLower bound of estimated age
data.age.highnumbernoUpper bound of estimated age
data.dobstring (YYYY-MM-DD)noDate of birth when available

Example

{
"eventType": "AgeAssurance.Result",
"data": {
"id": "2f2b1e6d-9e3d-4c96-9c0e-7b9d8a5e5f10",
"status": "PASS",
"ageCategory": "digital-youth",
"method": "age-estimation",
"age": { "low": 14, "high": 16 },
"dob": "2011-07-12"
}
}