Get Return Status


Overview
- This API provides details regarding the status of returns of the taxpayer (
gstin
) for the particularyear
andmonth
.
Endpoint
HTTP Method | Resource | Description |
---|---|---|
| gsp/tax-payer/{gstin}/gstrs/{year}/{month}/status | Takes in |
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
gstin |
| 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
year |
| Year for which Advance Tax needs to be fetched. | 2020 |
month |
| Month for which Advance Tax needs to be fetched. | 01 |
Response
Param | Type | Description | Example |
---|---|---|---|
status_cd |
| Status of request | PROCESSED-P/PROCESSED with Error- PE/ERROR-ER |
form_typ |
| Form Type (R1=GSTR1, R2=GSTR2...) | R1 |
Error Report | List (Error Details) | Refer to the Table below |
errorReport
Details
Param | Type | Description | Example |
---|---|---|---|
b2b |
| B2B Error Report | |
error_cd |
| Error code | RET100 |
error_msg |
| Error Message | Duplicate Invoice |
Updated 27 days ago