Get GST Return Status

GET {{sandbox_host}}/gst/compliance/tax-payer/gstrs/:year/:month/status?reference_id=39560398-52f0-49dc-a941-8dd4f05de7cb

Get advance tax details for a return period for authenticated taxpayer

Request Params

| Key | Datatype | Required | Description | | reference_id | string | | required Reference ID |

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | Public key required to authorize API access. | | x-api-version | string | | | | authorization | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"data\": {\n            \"form_typ\": \"R9\",\n            \"status_cd\": \"PE\",\n            \"action\": \"SAVE\",\n            \"error_report\": {\n                \"table17\": {\n                    \"items\": [\n                        {\n                            \"csamt\": 0,\n                            \"samt\": 48287.66,\n                            \"rt\": 18,\n                            \"error_msg\": \"The reported tax amount differs with the computed value by more than Rs. 10/-. Please report the correct tax amount within the acceptable range to proceed with the record\",\n                            \"isconcesstional\": \"N\",\n                            \"txval\": 536762,\n                            \"camt\": 48287.66,\n                            \"hsn_sc\": \"997331\",\n                            \"iamt\": 0,\n                            \"error_cd\": \"RET91708\"\n                        },\n                        {\n                            \"csamt\": 0,\n                            \"samt\": 207620.5,\n                            \"rt\": 18,\n                            \"error_msg\": \"The reported tax amount differs with the computed value by more than Rs. 10/-. Please report the correct tax amount within the acceptable range to proceed with the record\",\n                            \"isconcesstional\": \"N\",\n                            \"txval\": 33840209.41,\n                            \"camt\": 207620.5,\n                            \"hsn_sc\": \"998232\",\n                            \"iamt\": 5676040.91,\n                            \"error_cd\": \"RET91708\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"status_cd\": \"1\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"