latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

VPA Analysis

post/v1/api_hub/upi_details_l1

Request body

vpastring required

It is the UPI VPA information. Only alphanumeric characters with period (.), hyphen (-), and underscore ( _ ), at the rate of (@) are allowed.

Response

200

OR
OR

Example response

{
  "reference_id": 1358,
  "status": "VALID",
  "message": "Vpa verified successfully.",
  "ifsc": "ICIC0006567",
  "vpa": "valid@upi",
  "name_at_bank": "John doe",
  "ifsc_details": {
    "bank": "Bank Name",
    "neft": "Live",
    "imps": "Live",
    "rtgs": "Live",
    "upi": "Live",
    "address": "GROUND FLOOR, 123, ABC CIRCLE, XYZ MAIN ROAD, BANGALORE - 560098",
    "city": "BANGALORE",
    "state": "KARNATAKA",
    "branch": "BANGALORE - RAJA RAJESHWARI NAGAR BRANCH",
    "category": "SUB_MEMBER",
    "swift_code": "ABCDINBBDCL",
    "micr": 560751026,
    "nbin": 1234
  }
}