No Code
Enable a no code verification into your application
The web application flow to authorize users for your app is:
Users are redirected to request their identity verification data
Users are redirected back to your site by Verisync
Webhook is sent to you about the user verifications data
1. Request a user's identity verification data
Parameter name
Type
Required
Description
flow_id
string
true
The id of the flow created of the request user info
client_id
string
true
The client ID you received from Verisync it's on your dashboard integration page
redirect_url
string
true
The URL where your users will be sent after authorization.
email
string
false
The user email address
metadata
object
false
Stringified JSON object of custom data.
Last updated