v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Verify UPI Handle (VPA)

UPI VPA verification service which returns the name of the bank account holder by inputting VPA. Works for all IMPS & UPI enabled banks.

post/verifyBankAccount

Response

200

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

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "externalRef": "1732171930",
    "poolReferenceId": "1241121122210WSZUX",
    "txnValue": "0.00",
    "txnReferenceId": "00",
    "pool": {
      "account": "9876543210",
      "openingBal": "11.99",
      "mode": "DR",
      "amount": "0.00",
      "closingBal": "11.99"
    },
    "payer": {
      "account": "9876543210",
      "name": "SHAHBAZ STORE"
    },
    "payee": {
      "name": "Instantpay India Ltd",
      "account": "ipay.109564@icici",
      "ifsc": "ICIC0000104",
      "mccCode": "0000",
      "accountType": "SAVINGS",
      "nameMatchPercent": 54.77
    }
  },
  "timestamp": "2024-11-21 12:22:11",
  "ipay_uuid": "h0009d8a4542-a4ca-4ba3-913c-a435a27ae0cc-QrdVY5UL0ll4",
  "environment": "LIVE"
}