Mobile to UPI Basic

The Mobile Number to UPI Basic API retrieves the name and VPA associated with a given mobile number, providing essential insights into the UPI accounts linked to the specified mobile number.

upi_advance

POST https://secctrl.tutelar.io/api/v1/kyc/banking/upi_advance

Post parameters description is given below,

Post Parameter TypeIs MandatoryDescription

mobile_number

String

Yes

Mobile Number

Sample Post Parameters

{
    "mobile_number":"6382526132"
}
{
    "success": true,
    "code": 200,
    "status": "completed",
    "reference_id": "6b5d8264-aeb3-48ab-b802-640f475419ba",
    "result": {
        "name": "Mr R Gowtham",
        "upi": true,
        "vpa": "6382526132@paytm",
        "txnId": "7ab59659-f5d2-4e73-9ab9-59b4cd739b51"
    },
    "requested_at": "2024-03-07T06:22:17.245Z",
    "completed_at": "2024-03-07T06:22:18.968Z"
}

Last updated