Verify OTP

Check if the unique use password included is valid or not.


URL: https://www.afilnet.com/api/http/

See example in:

Verify OTP with PHP Verify OTP with Java Verify OTP with C Sharp Verify OTP with Unix Verify OTP with Ruby on rails Verify OTP with Python Verify OTP with Android Verify OTP with Objective C / iPhone Verify OTP with SQL Server Verify OTP with Oracle


Check if the unique use password included is valid or not.


Parameter Description Compulsory / Optional
class=otp Class requested: Class to which the request is made Compulsory
method=verifyotp Class method requested: Method of the class to which the request is made Compulsory
user User and e-mail of your Afilnet account Compulsory
password Password of your Afilnet account Compulsory
destination Mobile number or destination email Compulsory
code Password to verify Optional
output Output format of the result Optional

When you make requests you will receive the following fields:

  •  status
  •  result (if status=success), here you will receive the following values:
    • No additional values will be sent to you
  •  error (if status=error), here you will receive the error code

The possible error codes are listed below

Code Description
MISSING_USER User or email not included
MISSING_PASSWORD Password not included
MISSING_CLASS Class not included
MISSING_METHOD Method not included
MISSING_COMPULSORY_PARAM Compulsory parameter not included
INCORRECT_USER_PASSWORD Incorrect user or password
INCORRECT_CLASS Incorrect class
INCORRECT_METHOD Incorrect method
CODE_NOT_FOUND ERROR_CODE_NOT_FOUND
Parameters:
  • class: otp
  • method: verifyotp
  • user: user
  • password: password
  • destination: 34600000000
  • code: A73HF3I
  • output:
Request:
https://www.afilnet.com/api/http/?class=otp&method=verifyotp&user=user&password=password&destination=34600000000&code=A73HF3I&output=
IMPORTANT INFORMATION ABOUT COOKIES: If you continue to use this web we will assume that you accept the terms of use. You will find more information in our Cookies Policy. Continue