Verify VPA 2.0

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 the mandatory param 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, we have verify VPA API support for the below-acquiring partners.
AXIS
CASHFREE
HDFC
HSBC
ICICI
INDUS
KOTAK
PAYU
PAYTM
RAZORPAY
YESBANK

Request:

FieldTypeDescriptionMandatory/Optional
vpaStringThe VPA for which the eligibility has to be checkedMandatory
merchant_idStringThe merchant id that the merchant holds with JuspayMandatory
client_auth_tokenStringThe authentication token required for client side callsRequired if you are calling the API from Client Side
customer_idStringThe unique id associated with the customerRequired for clientAuthToken based request
order_idStringUnique Identifier for the orderRequired for clientAuthToken based request

📘

Note

Either the customer id or the order id is mandatory for clientAuthToken based verify VPA request.

Response:

FieldTypeDescription
vpaStringThe VPA sent in the request
statusStringThe expected value is "VALID" for a valid VPA and "INVALID" for incorrect VPA
customer_nameStringThe name of the customer provided during VPA registration. The default value for a valid VPA will be "verified".
mandate_detailsJsonDetails specific to mandate support

mandate_details JSON block:

is_handle_supportedBooleanVPA handle supported or not.

The merchant may rely on the param "status" to check if the VPA is valid or not.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!