Validate UPI VPA [v3]
POST/api/v3/validate-vpa
Validate a UPI ID (Virtual Payment Address) before placing a collect request. Invalid UPI IDs will cause payment failures, so always validate first. The response confirms validity and returns the account holder's name for valid addresses.
Quick Reference
- Required:
upi_id(format:username@handle) - Returns: Validity status and
account_holder_namefor valid UPI IDs
Request
Responses
- 200
- 4XX
- 5XX
When the UPI ID has been validated, the response will be as below
When the UPI ID cannot be validated, the response will be as below
When there is a problem on the server, the response will be as below