Mobile to UPI Advance

The Mobile Number to UPI Advance API provides comprehensive information about UPI (Unified Payments Interface) accounts linked to a given mobile number. This API retrieves the names and UPI IDs associated with a specific mobile number, verify UPI accounts.

upi_multiple

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

Post parameters description is given below,

Post Parameter TypeIs MandatoryDescription

mobile_number

String

Yes

Mobile Number

Sample Post Parameters

{
 "mobile_number": "6300000000"
}
{
    "success": true,
    "code": 200,
    "status": "completed",
    "reference_id": "1856dd95-120d-4d96-90ef-9bc255daff34",
    "result": {
        "name": "Mr R Gowtham",
        "upi": [
            "6300000000@paytm",
            "6300000000@axl",
            "6300000000@kotak",
            "6300000000@upi",
            "6300000000@ybl"
        ],
        "txnId": "18e7feea-50f7-49f1-961c-eba44ec9d4bb"
    },
    "requested_at": "2024-03-07T06:18:50.079Z",
    "completed_at": "2024-03-07T06:19:05.365Z"
}

Last updated