Upload E-KYC Docs
Upload E-KYC Docs
Postman Collection
URL
POST : /v1/service/aeps/ekycHeaders
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Body Params
merchantCode (String) Required
Merchant unique Code (You will get merchantCode from Merchant Onboarding API) (Max Length: 50)
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)
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)
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)
Merchant PanCard Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
shopPhoto (String) Required
Merchant Shop Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
Merchant Shop Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
photo (String) Required
Merchant Photo (JPEG / PNG / JPG) (Max Length: 1024 KB)
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).
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
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "Files uploaded successfully",
"status": "SUCCESS"
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "Record already exist. "
}
Response Code
| Status Code | Status | Message |
|---|---|---|
| 0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
| 0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
| 0x0202 | FAILURE | FAILURE USER |
| 0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
| 0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
| 0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
| 0x0206 | PENDING | TRANSACTION PENDING |
| 0x0208 | 2FA | TWO FACTOR AUNTHENTICATION |