Creating Verifications
Overview
Verifications are modular building blocks that help answer the question: “Is this person who they claim to be?” These checks are used to verify digital transactions by tying user-provided data to physical identities using documents, databases, biometrics, and more.
Persona offers a wide variety of Verification Types—such as Government ID, Selfie, Document, and Database—that can be mixed and matched depending on your risk thresholds, compliance requirements, and user experience goals. Each Verification Type is designed to work in conjunction with others for maximum flexibility and assurance.
Methods for creating a Verification
1. As part of an Inquiry (Recommended)
Verifications are most often created as part of an Inquiry flow. Verifications Templates can be configured within an Inquiry Template and when an Inquiry is created and a user moves through the flow the Verification is created when they reach that verification step.That Inquiry template defines which Verification Types will be included in the flow and how each will behave.
By creating an Inquiry using the appropriate Inquiry Template, you trigger the eventual creation of one or more Verifications that as the user reaches those points in the flow.
Relevant objects and API endpoints
2. Within a Workflow
You can also create Verifications within a Workflow using different steps. This provides a solution when a Verification is not included in an Inquiry Template or when a Verification Template needs to be used independently.
3. Creating Verifications in the API request
Though it is possible to create Verifications via the Create Verification-related API endpoints directly, it is not recommended. For the most robust and stable experiences, we recommend running verifications within a Workflow or as part of an Inquiry.
Relevant Workflow steps
Similar to the method above, you will need to specify the Verification Template for newly created Verifications. See the article on Workflows: Run Verification step for step-specific configurations.