Published on : July 10, 2020
What is Mobile number verified
Validates whether the Provided Mobile Number is Valid or Not
Service Used: sublan_eligibility.mobile_number_verified
Keys used in this section are
required | Should Mobile Number Verification required or not If yes then it must be verified | Varchar |
Logic: Verification of Mobile Number
Required
----------------
yes or no
mobile_number_verified
-----------------
yes or no
Check
------------------
Check whether Mobile Number is verified or not
if not then give error message as Mobile verified is required
Output :
"mobile_number_verified" => array(5)
[
"debug" => array(0)
"required" => string(3) "yes"
"mobile_number_verified" => string(3) "yes"
"status" => string(7) "success"
"message" => string(25) "Mobile number is verified"
]
Visual Output
