Back to home

UPI APIS

Mobile Upi Lookup Basic

Verification endpoint — Mobile Upi Lookup Basic. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

Reference only — this page does not call live APIs.
POST /api/qrx/mobile_upi_lookup_basic

Headers

Header Required
clientid Yes
secretid Yes
Content-Type application/json

Request body

Field Example
mobile 9876543210

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": {
        "mobile_linked_name": "Rishabh Shah",
        "vpa": "7428250908@ptaxis"
    },
    "request_id": "REQ2607011810489CB"
}