Skip to main content

Upload E-KYC Docs

Upload E-KYC Docs

Postman Collection

URL

POST : /v1/service/aeps/ekyc

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)
aadhaarFront  (String)   Required
Merchant Aadhaar Card Front Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
aadhaarBack  (String)   Required
Merchant Aadhaar Card Back Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
panFront  (String)   Required
Merchant PanCard Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
shopPhoto  (String)   Required
Merchant Shop Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
photo  (String)   Required
Merchant Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
Docs Upload Instruction
Standard guidelines to be followed for every document:
  • Image must display the same information that matches info you use to register a merchant.
  • Image must be scanned images,or taken from your mobile device (no screenshots).
  • Image should be taken from front and information should be clearly visible.
  • Image must be display the full document.
  • Image must be less than 1MB in size.
  • Image must be in one of these formats: *.jpg, *.jpeg.
  • Do not include special characters in the file name (examples: $, &, or #).
  • Image must be authentic and unaltered.
  • Shop front image must includes your store with shop hoarding(clearly visible with a shop sign board).
View Sample of Images

Request

Example Request
curl --location --request POST '/v1/service/aeps/ekyc' \
--header 'Accept: application/json' \
--header 'Authorization: Basic e3tsb2NfdXNlcn19Ont7bG9jX3Bhc3N9fQ==' \
--form 'merchantCode="MC736534035"' \
--form 'aadhaarFront=@"/C:/Users/win/Downloads/aadhaarFront.jpg"' \
--form 'aadhaarBack=@"/C:/Users/win/Downloads/aadhaarBack.jpg"' \
--form 'panFront=@"/C:/Users/win/Downloads/panFront.jpg"' \
--form 'shopPhoto=@"/C:/Users/win/Downloads/shopPhoto.jpg"' \
--form 'photo=@"/C:/Users/win/Downloads/photo.jpg"'

Response Samples

{
"code": "0x0200",
"message": "Files uploaded 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