Verify VPA 360
This API will be used to resolve the name of the entity to whom a vpa belongs. In case of a valid vpa, it will provide the name and other details of the entity.
name, ifsc and iin will be sent in response only when gatewayResponseCode is "00".
isMerchantVerified, mcc and merchantType will be sent in response only when isMerchant is "true".
UPI Numbers can also be resolved using this API by passing the request parameter vpa in the format upiNumber@mapper.npci (Example: 9876543210@mapper.npci). The actual VPA mapped to the upiNumber shall be sent in the response parameter vpa.
Header value should be same as of upiRequestId sent in request body
VPA to be verified.
Example: something@handle.
Constraint: VPA should only contain a-z, 0-9, . (dot), - (hyphen).
Current Epoch Unix timestamp string. Has to be of 13 digit in Milliseconds.
Example: 1496918882000.
Unique id sent for the request.
Constraints: Must be 35 character alphanumeric. Should always start with PSP Prefix.
Merchant Defined Parameters
Example: "{\"udf1\":\"value1\",\"udf2\":\"value2\",…}"
Note: Few special characters are not allowed. Regex for the characters which are not allowed : ^[^/#-()*!%~`]+$
PSP status of the API.
Values: SUCCESS, FAILURE.
PSP response code for the API.
Values: Refer Codes Guide in Resource Section.
PSP response message for the API.
Values: Refer Codes Guide in Resource Section.
Unique id for the merchant as passed in request headers.
Unique id for the merchant channel as passed in request headers.
Transaction id returned by gateway.
Response status returned by gateway.
SUCCESS, FAILURE
Response code returned by gateway.
Response message for code returned by gateway.
This is a vpa for which name should be resolved.
Values:As passed in request.
Name of the customer.
IFSC code of the account linked to this VPA.
IIN code of the account linked to this VPA.
Flag indicating whether the VPA is of merchant or not.
Flag indicating whether merchant is verified or not.
Merchant Category Code for the merchant whose VPA is passed.
Merchant Type for the merchant whose VPA is passed.
Number mapped to a customer's VPA that is unique to the customer across the UPI ecosystem.
Values:8 to 10 digit numeric string. 10 digit number must be the mobile number. Last 3 digits must not be same. Must not start with a 0.
Account Type.
Merchant Defined Parameters
Example: "{\"udf1\":\"value1\",\"udf2\":\"value2\",…}"
Have questions?
- Need help? Contact support
- LLM? Read llms.txt

