v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Cash Deposit

Cash withdrawal in AEPS (Aadhaar Enabled Payment System) allows individuals to withdraw money from their bank accounts using their Aadhaar number and biometric authentication.

post/cashDeposit

Response

200

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

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "externalRef": "1672908701918",
    "bankName": "UCO BANK",
    "accountNumber": "xxxxxxxx2477",
    "ipayId": "CNA012300514214314",
    "transactionMode": "CR",
    "payableValue": "6008.55",
    "transactionValue": "6000.00",
    "openingBalance": "23342.81",
    "closingBalance": "29351.36",
    "operatorId": "300514649712",
    "walletIpayId": "1230105142146HVENY",
    "bankAccountBalance": "3177.00"
  },
  "timestamp": "2023-01-05 14:21:46",
  "ipay_uuid": "h068982670e4-4a38-4c44-a017-af61251de1d5",
  "orderid": "1230105142146HVENY",
  "environment": "LIVE"
}