Get Name & VPA using Phone No
Use this API to fetch the account holder's name along with the UPI ID (VPA) of the user by providing the phone number.
☝️
Please note
API URL: https://api.bulkpe.in/client/getVpa
Method: POST
Auth: Please refer to the Authorization page.
{
"phone": "9790061990",
"reference_id": "test01",
"transcation_note ": "lets get user name while onboarding" //optional
}
{
"status": true,
"statusCode": 200,
"data": {
"account_holder_name": "SATHYANARAYANAN",
"vpa": "sathyaone@ybl",
"transcation_id": "TETRAREF00012413",
"reference_id": "test01",
"status": "SUCCESS",
"message": "Transaction Success"
}
}