get https://api.sandbox.co.in/itd/portal/public/tans/
API to verify and get details for a particular TAN
Important Links
Testing Data
TAN | Response | Remark |
---|---|---|
MUMR09719B | 200 | Valid TAN (Company) |
AHMJ09719B | 200 | Valid TAN (Individual) |
AABC23456D | 200 | No TAN Found |
PDES03028E | 422 | Insufficient Privilege |
DABC2345DD | 422 | Invalid TAN Pattern |
EABC23456N | 500 | Failed to get TAN |
FABC23456O | 500 | Internal Server Error |
Please note that TAN other than the ones mentioned will result in an Invalid response when testing in Test Environment.
TAN Pattern Validation
Type | Regular Expression |
---|---|
TAN | [A-Z]{4}[0-9]{5}[A-Z]{1} |