v1
latestOpenAPI 3.1.02026-07-2414704.6 MBVerify 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
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"
}