get https://api.sandbox.co.in/bank//accounts//penniless-verify
API to verify bank accounts without the need of penny-drop
Important Links
Testing Data
Account number | IFSC | Response | Remarks |
---|---|---|---|
60100123456781 | SBIN0021745 | 200 | Success response |
60100123456782 | SBIN0021745 | 200 | Invalid Account or IFSC |
60100123456783 | SBIN0021745 | 403 | Insufficient Privilege |
60100123456784 | SBIN0021745 | 403 | Access denied |
60100123456785 | SBIN0021745 | 403 | Invalid Token |
60100123456786 | SBIN0021745 | 403 | Insufficient credits |
60100123456787 | SBIN0021745 | 422 | Invalid IFSC pattern |
60100123456788 | SBIN0021745 | 422 | Verification service for requested bank is not supported |
60100123456789 | SBIN0021745 | 500 | Internal Server Error |
60100123456790 | SBIN0021745 | 500 | Source bank declined |
60100123456791 | SBIN0021745 | 503 | Source Unavailable |
Please note that Banks details other than the ones mentioned will result in an Invalid response when testing in Test Environment.
IFSC Pattern Validation
Type | Regular Expression |
---|---|
IFSC | ^[A-Za-z]{4})([0]{1})([a-zA-Z0-9]{6}$ |
Environments
Environment | Host URL |
---|---|
Test | https://test-api.sandbox.co.in |
Production | https://api.sandbox.co.in |