Verify any UPI Virtual Payment Address (VPA) in real time and return the registered account holder name.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"vpa": "name@okhdfcbank",
"account_holder": "Ananya Sharma",
"name_match_score": "",
"account_type": "",
"is_penny_drop": false
}
}
}
{
"success": false,
"message": "vpa must be a valid Virtual Payment Address (VPA).",
"data": null
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with 5 free trial calls on this API. No credit card required.
Get API Key — Free Browse All APIsOther Way2API endpoints in the same category.