Predefined Workflows
The platform ships with ready-made workflows covering the most common verification needs. A Company can use them as-is, or fork one as the starting point for a custom flow. Each maps to a business scenario described under Use Cases.
The catalog
| Workflow | Captures | Evaluates | Produces |
|---|---|---|---|
idv_onboarding_v1 — Identity Verification | Document + selfie + liveness | Authenticity, OCR, face match, liveness, anti-fraud, optional duplicity check | New / merged / updated Customer, or reject / block |
doc_update_v1 — Personal Data Update | Document + selfie + liveness | Same as idv, matched 1:1 against a known Customer | Updated Customer |
biometrics_authentication_v1 — Biometric Authentication | Selfie + liveness | 1:1 face match against a known Customer | Authenticated / rejected |
identification — Biometric Identification | Selfie + liveness | 1:N face search against the Customer watchlist | Identified / not found / rejected |
age_verification — Age Verification | Selfie (+ document if needed) | Age estimate, with document fallback | Age verified / rejected |
document_enrollment — Document Enrolment | Document only | Authenticity, OCR | Document enrolled / rejected |
Choosing a workflow
- Unknown person, full identity proof →
idv_onboarding_v1. - Known Customer, confirm it's them →
biometrics_authentication_v1. - Unknown person, recognize by face →
identification. - Known Customer, refresh their data →
doc_update_v1. - Just an age gate →
age_verification. - Document data now, identity later →
document_enrollment.
Tier awareness
The same workflow definition works on any data tier — the platform applies only the actions the tier supports at runtime. For example, duplicity check and watchlist actions are skipped when 1:N is not enabled, without changing the workflow.