Submit Job

Download Form 16 (Part A and Part B)

🚧

API not live in Production


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
		]
		
	]
}

Language
Click Try It! to start a request and see the response here!