Mini Statement
Mini Statement
Postman Collection
URL
POST : /v1/service/aeps/airtel/txn
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
merchantLoginId  (String)   Required  
Merchant unique Code (You will get merchantLoginId from Merchant Onboarding API) (Max Length: 20)
Merchant unique Code (You will get merchantLoginId from Merchant Onboarding API) (Max Length: 20)
aadhaar  (String)   Required  
Customer Aadhaar Number (Max Length: 12)
Customer Aadhaar Number (Max Length: 12)
txnType  (String)   Required  
Api Service Type (Max Length: Fixed)
Api Service Type (Max Length: Fixed)
mobile  (String)   Required  
Customer Mobile Number (Max Length: 10)
Customer Mobile Number (Max Length: 10)
rdRequest  (String)   Required  
Biometric data details (Max Length: Pid Data)
Biometric data details (Max Length: Pid Data)
bankiin  (String)   Required  
Unique bank identification number (You will get it from list of banks API) (Max Length: 10)
Unique bank identification number (You will get it from list of banks API) (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)
pan  (String)   Required  
Merchant Pan Address (Max Length: 10)
Merchant Pan Address (Max Length: 10)
Request
Example Request
    curl --location '/v1/service/aeps/airtel/txn' \
        --header 'Content-Type: application/json' \
        --header 'Authorization: Basic Og==' \
        --data '{
            "merchantLoginId" : "MID6937439694",
            "aadhaar": "43XXXX555547",
            "txnType": "ms",
            "mobile": "965XXXX986",
            "rdRequest": "<?xml version=\"1.0\"?>\n<PidData>\n  <Resp errCode=\"0\" errInfo=\"Success.\" fCount=\"1\" fType=\"2\" nmPoints=\"33\" qScore=\"70\" \/>\n  <DeviceInfo dpId=\"MANTRA.MSIPL\" rdsId=\"MANTRA.WIN.001\" rdsVer=\"1.0.8\" mi=\"MFS100\" mc=\"MIw\/sVzKygJ3hoAv2iKQXdYbKfasBzj189Q9l25G+qCMF4YALXUQB17zaSu0fO1zI8=<\/Data>\n<\/PidData>",
            "bankiin": "990309",
            "latitude": "26.600000",
            "longitude": "82.133904",
            "pan": "ENGXXXX56A"
        }'
Response Samples
- SUCCESS
 - FAILED
 
    {
        "code": "0x0200",
        "message": "Transaction Successfully.",
        "status": "SUCCESS",
        "data": {
            "orderRefId": "MSBB5770318281223152XXXXX3I",
            "clientRefId": "AMS1958429859XXXXX2D918",
            "bankName": null,
            "accountNumber": null,
            "ipaymentId": "MSBB5770318281223152XXXXX3I",
            "transactionMode": null,
            "payableValue": 0,
            "transactionValue": 0,
            "bankAccountBalance": 0,
            "miniStatement": [
                {
                    "date": "09/30",
                    "txnType": "Cr",
                    "amount": "1.0",
                    "narration": " Int.Pd:361390822 "
                },
                {
                    "date": "07/12",
                    "txnType": "Dr",
                    "amount": "0.3",
                    "narration": " CC%20PAYMENT     "
                },
                {
                    "date": "06/30",
                    "txnType": "Cr",
                    "amount": "1.0",
                    "narration": " Int.Pd:361390822 "
                },
                {
                    "date": "03/31",
                    "txnType": "Cr",
                    "amount": "1.0",
                    "narration": " Int.Pd:361390822 "
                },
                {
                    "date": "12/31",
                    "txnType": "Cr",
                    "amount": "1.0",
                    "narration": " Int.Pd:361390822 "
                },
                {
                    "date": "12/02",
                    "txnType": "Cr",
                    "amount": "1.0",
                    "narration": " UPI/RAJKUMAR/233 "
                },
                {
                    "date": "12/02",
                    "txnType": "Cr",
                    "amount": "1.0",
                    "narration": " UPI/RAJKUMAR/233 "
                },
                {
                    "date": "09/30",
                    "txnType": "Cr",
                    "amount": "25.0",
                    "narration": " Int.Pd:361390822 "
                }
            ]
        }
    }
    {
        "code":"0x0202",
        "status":"FAILURE",
        "message":"001: Failure",
        "data": ""
    }
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 |