Skip to main content

Merchant Onboarding

Details Merchant

Postman Collection

URL

POST : /v1/service/aeps/kyc/

Headers

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

Body Params

aadhaarNo  (String)   Optional
Aadhaar number of the Merchant (Max Length: 12)
mobile  (String)   Required
Mobile Number of the Merchant (Max Length: 10)
name  (String)   Required
Name of the Merchant (Max Length: 30)
email  (String)   Required
Email of the Merchant (Max Length: 50)
pan  (String)   Optional
Pan number of the Merchant (Max Length: 10)
latitude  (String)   Required
Current location latitude (Max Length: 20)
longitude  (String)   Required
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

    {
"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"
}
}

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING
0x0207REVERSEDTRANSACTION REVERSED
0x0209REDIRECTREDIRECT URL