cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/mobile-to-vpa \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - Linked VPA Fetched Successfully
{ "code": 200, "timestamp": 1737920868205, "transaction_id": "6ad91a7b213e483f8e24f546750e5c38", "sub_code": "SUCCESS", "message": "Linked VPA Fetched Successfully.", "data": { "mobile_number": "8117182000", "vpa": "81171827000@ptyes", "name_at_bank": "MOSD NIHARIKA" }}
API to fetch the account holder name along with the UPI ID of the user by providing the phone number.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes