Skip to main content

Mini Statement

Mini Statement

Postman Collection

URL

POST : /v1/service/aeps/statement

Headers

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

Body Params

merchantLoginId  (String)   Required
Merchant unique Code (You will get merchantLoginId from Merchant Onboarding API) (Max Length: 20)
aadhaar  (String)   Required
Customer Aadhaar Number (Max Length: 12)
txnType  (String)   Required
Api Service Type (Max Length: Fixed)
mobile  (String)   Required
Customer Mobile Number (Max Length: 10)
rdRequest  (String)   Required
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)
latitude  (String)   Required
Current location latitude (Max Length: 20)
longitude  (String)   Required
Current location latitude (Max Length: 20)
pan  (String)   Required
Merchant Pan Address (Max Length: 10)

Request

Example Request
    curl --location '/v1/service/aeps/statement' \
--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

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

Response Code

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