UPI Verification
Use this API to verify if a given UPI handle exists. You will receive the customer name given at the bank in the response for valid UPIs.
Query Parameters
It is the name of the account to be validated. Only alphabets and white spaces are accepted. A maximum of 100 characters are allowed.
"Harshit"
It is the VPA detail of the account to be validated. Only alphanumeric, period (.), hyphen (-), at sign (@) and underscore ( _ ) are accepted. A maximum of 100 characters are allowed. Note that underscore ( _ ) and period (.) get accepted before and after at sign (@), but hyphen (-) gets accepted only before the at sign (@)
"success@upi"
Response
It represents the status of the API request.
"SUCCESSS"
It represents the sub code of the API request.
200
It represents the message of the API request.
"Bank account details verified successfully"
It contains the UPI information.
Was this page helpful?