Getting Started
This tutorial explains the simplified Web IDV identity verification flow. It will give you a notion of how the data from the user's ID will get to your system.
Introduction
Direct User to Authenteq Identity Server
curl --user <clientId>:<clientSecret> \
--location 'https://api.app.authenteq.com/web-idv/verification-url' \
--get --data-urlencode 'redirectUrl=<redirectUrl>'
{"verificationUrl":"https://web-idv.app.authenteq.com/verify?token=..."}User Performs Identification
<redirectUrl>?code=...Getting the Code
Retrieving Result
Last updated
Was this helpful?