get https://api.sandbox.co.in/bank/upi/
Use this API to verify whether a UPI handle exists. You will receive the customer name given at the bank in the response for valid UPIs.
Important Links
Testing Data
Account number | Response | Remarks |
---|---|---|
123456781@upi | 200 | Success response |
123456782@upi | 200 | Account Does Not Exist |
123456783@upi | 403 | Access denied |
123456784@upi | 403 | Invalid Token |
123456785@upi | 403 | Insufficient credits |
123456786@upi | 500 | Internal Server Error |
123456787@upi | 500 | Failed at Bank |
123456788@upi | 503 | Source Unavailable |
Please note that UPI details other than the ones mentioned will result in an Invalid response when testing in Test Environment.
Environments
Environment | Host URL |
---|---|
Test | https://test-api.sandbox.co.in |
Production | https://api.sandbox.co.in |