Download Form 16

Download Form 16 (Part A and Part B)

Request Body Example

{
    "bsr_code": "1234567",
    "challan_date": 1670783400000,
    "challan_serial_no": "01234",
    "provisional_receipt_number": "990000123469999",
    "challan_amount": 18000.0,
    "unique_pan_amount_combination_for_challan": [
        [
            "sr_no",
            "pan",
            "total_amount_deposited_against_pan"
        ],
        [
            1,
            "COWPR7618C",
            6000
        ],
        [
            2,
            "COWPR7618C",
            6000
        ],
        [
            3,
            "COWPR7618C",
            6000
        ]
        
    ]
}

Important Links

Run in Postman   API Guide Free Trial


Endpoints

📘

Test Environment

Use test host url to test out the APIs

  • You can use credential and actual KYC validation data to test the API
  • Actions taken in the test mode have no consequences in your live environment.
  • When successful, you will get a mocked response with dummy Form 16.

📘

Note

For downloading form 16 in an async manner, we have two workflows

  • API USER workflow
  • RESOURCE OWNER workflow
Language
Click Try It! to start a request and see the response here!