latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

UPI lookup (Supreme)

post/v1/api_hub/upi_supreme_l1

Request body

mobile_numberstring required

Response

200

txn_idstring
api_categorystring
api_namestring
billableboolean
messagestring
statusinteger
datetimestring

Example response

{
  "txn_id": "4479df05-c58c-4943-9d2a-4576bdd67bda",
  "api_category": "Mobile Number Lookup",
  "api_name": "Mobile Lookup (Advance)",
  "billable": true,
  "message": "Record Found Successfully",
  "status": 1,
  "result": {
    "name": "Ramesh Kumar",
    "ifsc": "PYTM0123456",
    "vpa": "8802851234@paytm",
    "vpa_details": {
      "vpa": "8802851234@paytm",
      "account_holder_name": "Ramesh Kumar",
      "entity_type": "INDIVIDUAL"
    },
    "account_details": {
      "account_type": "SAVINGS",
      "account_ifsc": "PYTM0123456"
    },
    "ifsc_details": {
      "BRANCH": "Noida Branch",
      "ADDRESS": "B-121, Sector-5,Noida-201301",
      "STATE": "UTTAR PRADESH",
      "CONTACT": "+911133996699",
      "UPI": true,
      "RTGS": true,
      "CITY": "NOIDA",
      "CENTRE": "Gautam Buddh Nagar",
      "DISTRICT": "Gautam Buddh Nagar",
      "NEFT": true,
      "IMPS": true,
      "ISO3166": "IN-UP",
      "BANK": "Paytm Payments Bank",
      "BANKCODE": "PYTM",
      "IFSC": "PYTM0123456"
    }
  },
  "datetime": "2023-07-19 16:18:15.252944"
}