Search TAN


About
- This API takes in the
tan
of a business entity along withconsent
andreason
for this TAN Search. - The API returns detailed information of the particular TAN.
Definition
- Public API under the TDS section includes API endpoints that let you look up data available in the public domain.
- Currently, Search TAN API is available that will look up TAN to find the entity associated with the TAN registration.
Usecase
- Businesses can use the
Search TAN API
to verify the vendors coming onboard on to their platform.
Endpoint
HTTP Method | Resource | Description |
---|---|---|
| /itd/portal/public/tans/:tan | Endpoint takes in |
Path Parameter
Param | Type | Description | Example |
---|---|---|---|
tan |
| 10-character alpha-numeric unique identifier for tax payer | PDES03028F |
Query Parameter
Param | Type | Description | Example |
---|---|---|---|
consent |
| Consent of the End User for TAN Verification | Y |
reason |
| Reason for TAN Verification | For KYC purpose |
Response
Field | Description | Example |
---|---|---|
nameOrgn | Name of the TAN Entity | JOHN DOE PRIVATE LIMITED |
category | Category of TAN Entity | Company/Firms/AOP/BOI/AJP/AOP(Trust) and Branches |
nameLast | Last Name of TAN Entity if Individual | DOE |
nameFirst | First Name of TAN Entity if Individual | JOHN |
nameMid | Middle Name of TAN Entity if Individual | JANE |
addLine1 | Address Line 1 | 1, ABC Lakeview Tower, |
addLine2 | Address Line 2 | Nr. ABC Tower |
addLine3 | Address Line 3 | Opp. XYZ |
addLine4 | Address Line 4 | ABCLMN Lane |
addLine5 | Address Line 5 | Ahmedabad, India-380015 |
stateCd | State Code | 9 |
pin | PIN Code of the address | 380015 |
phoneNum | Phone Number of the TAN Entity | 99xxxxxx83 |
dtTanAllotment | Date of TAN Allotment | 1499324427000 |
emailId1 | Email ID corresponding to TAN Entity | |
emailId2 | Alternate Email ID corresponding to TAN Entity |
Did you know?
Search TAN API provided by Sandbox API is real-time and gets up-to-date information as per the official data provided by authorities!
Updated 7 months ago