NETIDEN provides four different phone verification methods:
- The user receives a phone call, in which we indicate the PIN number that he/she should enter in your website in order to validate his/her phone number. In this case, the message played will be “Hello. Thank you for using our phone verification system. Your PIN number is XXXX. Once again, your PIN number is XXXX. Goodbye.”
- The user receives a phone call requesting him/her to enter the PIN number that he/she was provided in your website. The message played will be “Hello. Thank you for using our phone verification system. Please enter the PIN number on your screen, followed by the pound key”. <PIN ENTERED> “Thank you for confirmation. Goodbye.”
- This option is used to validate a change of password. When your user attempts to change his/her password in your website, Net-Iden will use the number registered in your database to call the user and play the following message: “Hello. Thank you for using our phone verification system. To change your password, press pound now”. Once the user presses the pound key on his/her telephone keypad, Net-Iden will validate this action and the password change will be effective in your website.
- This option is used to validate a login process. When your user attempts to login to your website, Net-Iden will use the number registered in your database to call the user and play the following message: “Hello. Thank you for using our phone verification system. To access your account, press pound now”. Once the user presses the pound key on his/her telephone keypad, Net-Iden will validate this action and the login to your website will be effective.
To integrate Net-Iden into your website, you simply need to add a few lines of code in the page in which you wish the verification to be performed. The process works by integrating your site the with the Net-Iden website through a simple HTTP call.
- A piece of code is placed into your website. This code will allow the user to enter his/her phone number. If you do not have programming knowledge, we will provide you with a Call Wizard so you can configure the scripts properly.
- These scripts connect to the Net-Iden servers. The servers place the call.
- Net-Iden passes the call results back to your website, where you can define different actions based on the results of the script.
The four types of calls are handled with the variable <CallType>, which is described in the next sections.
|