Merchant Onboarding
Details Merchant
Postman Collection
URL
POST : /v1/service/aeps/kyc/
Headers
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Body Params
aadhaarNo (String) Optional
Aadhaar number of the Merchant (Max Length: 12)
Aadhaar number of the Merchant (Max Length: 12)
mobile (String) Required
Mobile Number of the Merchant (Max Length: 10)
Mobile Number of the Merchant (Max Length: 10)
name (String) Required
Name of the Merchant (Max Length: 30)
Name of the Merchant (Max Length: 30)
email (String) Required
Email of the Merchant (Max Length: 50)
Email of the Merchant (Max Length: 50)
pan (String) Optional
Pan number of the Merchant (Max Length: 10)
Pan number of the Merchant (Max Length: 10)
latitude (String) Required
Current location latitude (Max Length: 20)
Current location latitude (Max Length: 20)
longitude (String) Required
Current location latitude (Max Length: 20)
Current location latitude (Max Length: 20)
Request
Example Request
curl --location --request POST '/v1/service/aeps/kyc' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data '
{
"mobile": "XXXXX07986",
"name": "Anil Kumar",
"email": "kumaxxxx@gmail.com",
"latitude" : "28.383838",
"longitude" : "80.383838",
}
'
Response Samples
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "Request Init",
"status": "SUCCESS",
"data": {
"url": "https://app.digio.in/#/gateway/login/KID250811150424419UUXXXXXXXXXXX/REF1096302617401281467A9/6393784138?token_id=GWTBWS&sdkver=10.0&logo=https://console.ipayments.in/public/img/kyc_logo.png&redirect_url=https://api.ibanks.in/merchant/onboarding?enc=Lalo4BDjz8L41YASxGW0PBEAVb1EY4fWng%2BYfNuyvqhb7as7UFp4o5PQFn9A7%2FZFqA%3D%3D&method=otp&theme={\"PRIMARY_COLOR\":\"#2979BF\",\"SECONDARY_COLOR\":\"#FFFFFF\"}",
"kid": "KID250811150424419UUXXXXXXXXXXX"
}
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "The name feiled is required."
}
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 |
0x0207 | REVERSED | TRANSACTION REVERSED |
0x0209 | REDIRECT | REDIRECT URL |