Skip to main content

E-Kyc BioMetric

E-Kyc BioMetric

Postman Collection

URL

POST : /v1/service/aeps/ekycBioMetric

Headers

Content-Type  (String)   required
application/json
Authorization  (String)   required
Basic Auth
Accept  (String)   required
application/json

Body Params

merchantCode  (String)   Required
Merchant unique Code (You will get merchantCode from Merchant Onboarding API) (Max Length: 50)
mobile  (String)   Required
Merchant mobile Number (Max Length: 10)
aadhaarNo  (String)   Required
Merchant Aadhaar Number (Max Length: 12)
routeType  (String)   Required
Api Service Type (Like icici) (Max Length: Fixed)
rdRequest  (String)   Required
Biometric data details (Max Length: Pid Data)
panNo  (String)   Required
Merchant Pan Number (Max Length: 100)
token  (String)   Required
You will get a token from send OTP Api Response (Max Length: 100)
requestId  (String)   Required
You will get a requestId from send OTP Api Response (Max Length: 100)
primaryId  (String)   Required ( In case of ICICI )
You will get a primaryId from send OTP Api Response (Max Length: 50)

Request

Example Request
curl --location --request POST '/v1/service/aeps/ekycBioMetric' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--data-raw '{
"merchantCode": "MC000123123",
"mobile": "9999999999",
"aadhaarNo": "987654321012",
"panNo": "ASDFG1234H",
"rdRequest": "<PidData><Resp errCode=\"0\" errInfo=\"\" fCount=\"1\" fType=\"0\" iCount=\"\" pCount=\"\" pgCount=\"\" pTimeout=\"\" nmPoints=\"54\" qScore=\"49\n\"\/><DeviceInfo dpId=\"Morpho.SmartChip\" rdsId=\"SCPL.WIN.001\" rdsVer=\"1.0.8\" dc=\"6ff7b5c1-ae75-4965-b572-8af00133455c\" mi=\"MSO1300E3L0SW\" mc=\"MIIEGzCCAwOgAwI4DKfuAz9xe1Czqa6Hxdu2kw5xIEkr7lu6V7EshkOs87kbh7CPyuW2IExqet0jKhrGTt1NDHITpUOOVW6n1DTFnfKu3oyeKUd2hhX2U4jI81vL7wE9ptP0p8NyNlqh2cuyPyWOxnnRBF3hPI+GHiOcY3qYQ==<\/Data><\/PidData>",
"token":"MjQzMjYxMjQzMTMyMjQzMzU3NTMzMTQ4NzYzOTVhNGE3MzcyNGI1NjUzNDg0ZDU4NjcyZTUwNjc0ZjZjMzY1NDY0NmE0MjY5NGY0NTM2Njk0YzJmNDMyZjRmNTA0MzRkNzI2YzU5MmU0ZjY5NzI2YTRkNmQ0YjMy",
"requestId":"e098fdb6-f2cd-4c5d-9e98-0f41fdc9ab9d",
"routeType" : "icici",
"primaryId": "805754"
}'

Response Samples

{
"code": "0x0200",
"message": "000: EKYC Completed Successfully",
"status": "SUCCESS"
}

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING
0x02082FATWO FACTOR AUNTHENTICATION