Integration Guide: Government ID Verification via API
Integration Guide: Government ID Verification via API
Integration Guide: Government ID Verification via API
This feature is restricted to customers on the Enterprise plan. Please reach out to your Account Team or contact us if you are interested in enabling and setting up this feature.
Reach out to your Persona team if you have questions related to any of these items!
reference_id property under the attributes object: this will be the value you use to identify the user’s Persona accountThe minimum set of fields required for the verification is: id_front_photo, id_class, address_country_code, and transaction_type.
Whether or not additional fields are required will depend on your checks configuration. For example, if you’re requiring the Inquiry Comparison check, you will want to prefill the inquiry with the user’s information, so Persona can verify that it matches what’s on the ID.
Because your request will contain files we recommend using a multipart/form-data style of request over application/json, though we have provided both as examples.
We’ve omitted some of the optional fields here for simplicity.
We recommend listening to the transaction.status-updated webhook (docs) to know when to proceed. You can alternatively make an API call to fetch the transaction (docs).
To view and edit these statuses, click “… > Custom Statuses” on your transaction type’s page
If your transaction flow includes a fallback to a Persona UI inquiry, you’ll utilize the following additional fields and statuses.