Get E-Verify Status
About
- This endpoint allows you to e-verify the TDS return through TIN FC.
- Accepts a
job_id
(generated during the e-verify job) and returns the current execution status for that particular job. - Possible Job Statuses:
JOBQUEUED
,JOBDONE
,JOBFAILED
Endpoint
HTTP Method | Resource | Description |
---|---|---|
| /tin-fc/deductors/{tan}/tdsrs/e-verify/status?job_id={job_id} | Accepts an |
Path Parameter
Param | Type | Description | Example |
---|---|---|---|
tan |
| 10-character alpha-numeric unique identifier for tax payer | PDES03028F |
Query Parameter
Param | Type | Description | Example |
---|---|---|---|
job_id |
| Job ID obtained from uploading the fvu file. | f24cd229-42c8-43de-af79-8ce2d3c4c3db |
Response
Param | Type | Description | Example |
---|---|---|---|
job_id |
| ID of the particular TDS Return filing. It can be used later on to check status. | f24cd229-42c8-43de-af79-8ce2d3c4c3db |
transaction_id |
| ID of the particular e-verification. It can be used later on to check status. | f24cd229-42c8-43de-af79-8ce2d3c4c3db |
status |
| The status the particular E-verificaiton. | JOBQUEUED |
Updated 9 months ago
Did this page help you?