Remitter E-KYC API

Log in to see full request history

📘

Notes

  1. 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
  2. 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.
  3. Kindly use wadh value as per your requirement (in production only)
Kyc ModeValue (is_iris)wadh value
IRIS 1Cg5ADsLzrNR1aw8zxSssYAs6SkK6CfOURCGIc0CTzkc=
FACE AUTH 4mtDVz0PM/HvMAWSkCkjcxW+KhNWk2nfbUhfZwLl2faw=
Finger 218f4CEiXeXcfGXvgWA/blxD+w2pw7hfQPY45JMytkPw=

Default value for is_iris is 2 (by default)



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;
Body Params
int32
required
Defaults to 9999999999

Remitter Mobile number

string
Defaults to 28.123456

Merchant Shop Latitude

string
Defaults to 78.123456

Merchant Shop Location

int32
required
Defaults to 123456789123

Remitter aadhar number

string
required
Defaults to encrypted value of pid data

encrypted value of pid data. Please refer above section to get the encryption logic

string

Required for Android application to get ekyc success.

int32
Defaults to 2

Possible values are 1,2,4. Kindly refer table in Notes section for detail

Headers
string
required
string
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json