get https://api.sandbox.co.in/bank//accounts//verify?
API to verify bank account using the penny-drop (INR 1) mechanism.
Important Links
Testing Data
IFSC | Account number | Response | Remarks |
---|---|---|---|
SBIN0021745 | 026291800001191 | 200 | Invalid account number or IFSC response |
SBIN0008752 | 000100289877623 | 200 | Success response |
SBIN0021746 | 00011020001772 | 503 | Source Unavailable response |
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 |