Published on : July 10, 2020
What is KYC Verified Validates whether the KYC is Verified or Not |
Service Used: sublan_eligibility.kyc_verified
Keys used in this section are :
required | Should KYC Verification required or not If yes then it must be verified | Varchar Values |
Logic: Verification of KYC
Required
----------------
yes or no
kyc_verified
-----------------
yes or no
kyc_method
-----------------
KYC verification Method
Check
------------------
Check whether KYC is verified or not
if not then give error message as KYC verification is required
Output :
"kyc_verified" => array(6)
[
"debug" => array(0)
"required" => string(3) "yes"
"kyc_verified" => string(0) ""
"kyc_method" => string(6) "dl-osv"
"status" => string(5) "error"
"message" => string(28) "KYC verification is required"
]
Visual Output :
