Example workflows

AI Tools

Please see examples for different scenarios.

Over 18 example

{ "type": "OVER", "age_estimation": { "allowed": true, "threshold": 25, "level": "PASSIVE", "retry_limit": 3 }, "digital_id": { "allowed": true, "threshold": 18, "age_estimation_allowed": true, "age_estimation_threshold": 21, "retry_limit": 3 }, "doc_scan": { "allowed": true, "threshold": 18, "preset_issuing_country": "GBR", "authenticity": "AUTO", "level": "PASSIVE", "retry_limit": 3 }, "ttl": 900, "reference_id": "over_18_example", "callback": { "auto": true, "url": "https://www.yoti.com" }, "notification_url": "https://yourdomain.example/webhook", "cancel_url": "https://www.yoti.com", "synchronous_checks": true }

Over 16 example

{ "type": "OVER", "age_estimation": { "allowed": true, "threshold": 25, "level": "PASSIVE", "retry_limit": 3 }, "digital_id": { "allowed": true, "threshold": 16, "age_estimation_allowed": true, "age_estimation_threshold": 19, "retry_limit": 3 }, "doc_scan": { "allowed": true, "threshold": 16, "authenticity": "AUTO", "level": "PASSIVE", "preset_issuing_country": "GBR", "retry_limit": 3 }, "ttl": 900, "reference_id": "over_18_example", "callback": { "auto": true, "url": "https://www.yoti.com" }, "notification_url": "https://yourdomain.example/webhook", "cancel_url": "https://www.yoti.com", "synchronous_checks": true }

Under 40 example

{ "type": "UNDER", "age_estimation": { "allowed": true, "threshold": 40, "level": "PASSIVE", "retry_limit": 3 }, "digital_id": { "allowed": false, "threshold": 40, "retry_limit": 3 }, "doc_scan": { "allowed": true, "threshold": 40, "authenticity": "AUTO", "level": "PASSIVE", "preset_issuing_country": "GBR", "retry_limit": 3 }, "ttl": 900, "reference_id": "over_18_example", "callback": { "auto": true, "url": "https://www.yoti.com" }, "notification_url": "https://yourdomain.example/webhook", "cancel_url": "https://www.yoti.com", "synchronous_checks": true }

Exact age example

{ "type": "AGE", "age_estimation": { "allowed": true, "level": "PASSIVE", "retry_limit": 3 }, "digital_id": { "allowed": true, "retry_limit": 3 }, "doc_scan": { "allowed": true, "authenticity": "AUTO", "level": "PASSIVE", "preset_issuing_country": "GBR", "retry_limit": 3, "retry_limit": 3 }, "ttl": 900, "reference_id": "exact_age_example", "callback": { "auto": true, "url": "https://www.yoti.com" }, "notification_url": "https://yourdomain.example/webhook", "cancel_url": "https://www.yoti.com", "synchronous_checks": true }