Person Verification Request Fields
Submit individual data for Person Verification. Zenoo accepts three tiers of data. More data improves screening accuracy and reduces false positives.Tier Examples
Tier 1: Minimum
The bare minimum for a Person Verification. Returns basic screening results.Tier 2: Standard
Adds date of birth, contact details, and address. Enables identity verification, phone/email checks, and accurate screening with far fewer false positives.Tier 3: Full
Maximum data for highest accuracy. Adds nationality, document preference, and an external reference for idempotency.Field Reference
Document Types
When you specifydocument_type, the verification UI prompts the user with that document type first. The user can still select a different type if needed.
If
document_type is omitted, the user chooses from all available options.
Formatting Notes
Date of birth impact. For screening,
date_of_birth reduces false positives by 80-95% on common names. If you only provide one optional field, make it the date of birth.external_reference twice, Zenoo returns the existing case tokens without creating a duplicate. Always use external references in production for idempotency.
Sync vs Async
Person Verification supports two execution models: Async (user-facing). Use the/init endpoint for flows that require document capture and biometric verification. The user interacts with a verification UI.
/api endpoint with the X-SYNC-TIMEOUT header for database lookups, phone verification, and screening when you already have the user’s data.