What is Form 16?
- Form16 is issued when the employer deducts TDS from the employee's salary.
- The certificate provides a detailed summary of the amount paid or credited to the employee and the TDS on the same.
Read Form16 API
- Upload Form16 document as a Multipart file.
- Receive a form16 entity and fetches income, deductions, etc details from form16 to prepare the income tax return.
Important Links
Endpoint Description
HTTP Method | Endpoint | Description |
---|---|---|
POST | /form-16/pdf?email={}email{}&password={}password{} | Upload your form 16 pdf along with email and password of the encrypted Form16. And API will provide you with a form 16 entity. |
Classify Form16 API
- Classify the type form16 entity from the previous step.
- Classification can be "Part A", "Part B" and "Form 16" in case the document has both the parts.
Important Links
Endpoint Description
HTTP Method | Endpoint | Description |
---|---|---|
GET | /form-16/pdf/classify?email={}email{}&password={}password{} | Takes in the Form16 Document. |