v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Mini Statement

A mini statement in AEPS (Aadhaar Enabled Payment System) typically provides a brief overview of recent transactions associated with a bank account linked to an Aadhaar card. This statement usually includes details such as the date, time, transaction type, and amount of the transactions.

post/miniStatement

Response

200

statuscodestring
{"stackTrail":"paths:/miniStatement:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/miniStatement:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "externalRef": "1672908701918",
    "bankName": "ICICI Bank",
    "accountNumber": "xxxxxxxx7259",
    "ipayId": "CNA012300514211687",
    "transactionMode": "CR",
    "payableValue": "0.95",
    "transactionValue": "0.00",
    "openingBalance": "769.96",
    "closingBalance": "770.91",
    "operatorId": "300514648629",
    "walletIpayId": "1230105142117KQVGY",
    "bankAccountBalance": "163.00",
    "miniStatement": [
      {
        "date": "02/01/2023",
        "txnType": "CR",
        "amount": "1.00",
        "narration": "01015522"
      }
    ]
  },
  "timestamp": "2023-01-05 14:21:17",
  "ipay_uuid": "h005982670ba-ac90-4e3d-b95e-5e0d3cc34c76",
  "orderid": "1230105142117KQVGY",
  "environment": "LIVE"
}