Fyno Verify
Fyno Verify offers a fully managed API for seamless multichannel user verification via OTP or link.
Elevate your onboarding and login process with a single API that handles the entire OTP generation, delivery and verification process in a secure way.
Why Fyno Verify?
Verification is an essential first step in your online relationship with a user. By verifying that a new user is who they say they are, you can reduce spam and fraud on your site while ensuring the user's security.
Fyno Verify supports SMS, Email, WhatsApp, Push, InApp and Voice.
How to configure Fyno Verify
In the templates, go to System Variables -> Verify. Click Settings icon
You can configure Fyno Verify in 2 ways.
-
OTP
-
Link
You can also configure both OTP and Link in the same template.
How to configure Fyno Verify for OTP
- Enable OTP toggle.
- In the pop-up, configure your settings for OTP.
- Choose between a numeric or an alphanumeric OTP.
- Specify the desired number of characters for the OTP. You can choose between 3 and 6 characters
- Define the OTP validation time. You can choose between 60 seconds and 48 hours.
- Set the number of allowed retries. You can choose between 1 and 10 retries
- Select
Yes
in 'Use destination as id', if you want to send the destination(email/phone no etc) as id in the request once OTP is entered by the users in your app/website. - If you choose
No
in 'Use destination as id', then you need to sendrequest_id
as part of Fyno Verify API request to verify the OTP. - By default we will send same OTP to all the channels configured in your template. if you want to send different OTPs to different channels, then select 'Different OTP for all channels' .
Use {{$fyno.$otp}} as the OTP placeholder in your Fyno template.
How to configure Fyno Verify for Link
- Enable Link toggle.
- In the pop-up, define the Link validation time. You can choose between 60 seconds and 48 hours.
- By default we will send same OTP to all the channels configured in your template. if you want to send different OTPs to different channels, then select 'Different OTP for all channels' .
- Provide a redirect link if you want to redirect your users to a specific page in your app/website, otherwise leave it black. Users will see a success screen once they click the validation link and its verified.
Use {{$fyno.$link}} as the Link placeholder in your Fyno template.
The generated URL will follow this format: https://fy1.in/verify/x, where x is a 32-character string.
Updated 11 days ago