post https://api.juspay.in/upi/verify-vpa1
The Virtual Payment Address or VPA is a unique ID given to an individual using the Unified Payment Interface (UPI) service to send or receive money. In the case of UPI Collect, VPA is a mandatory parameter and merchants are always advised to check if the VPA is valid or not.
Validating the VPA will help in reducing the failure rate due to incorrect VPA.
Currently, Juspay has verify VPA API support for the acquiring partners listed here: wwww(click to view)
AXIS
CASHFREE
HDFC
HSBC
ICICI
INDUS
KOTAK
PAYU
RAZORPAY
The response for the Verify VPA API consists of three parameters: vpa, status, and customer_name (click to open table)
Field | Type | Description |
---|---|---|
vpa | String | The VPA sent in the request |
status | String | The expected value is "VALID" for a valid VPA and "INVALID" for incorrect VPA |
customer_name | String | The name of the customer provided during VPA generation |