post https://xyz.xyz.in/service-api/api/v1/service/dmt/kyc/remitter/queryremitter/kyc
Notes
- Once ekyc is done partner then need to register the remitter within 30 min. Post 30min (if remitter register not done) then partner needs to do remitter ekyc again
- Only 2 attempts are allowed for each remitter in a single day. After 2 failures attempt remitter will not be able to do ekyc for next 24hrs.
- Kindly use wadh value "18f4CEiXeXcfGXvgWA/blxD+w2pw7hfQPY45JMytkPw=" in production during scanning the remitter finger
Encryption Logic for PID data
$ciphertext_raw = openssl_encrypt($piddata, "AES-128-CBC", $key, $options=OPENSSL_RAW_DATA, $iv);
$enctoken = base64_encode($ciphertext_raw);
echo $enctoken;