Monday, May 20, 2024
1 change · saas-17.2
Resolved issues and error corrections
The GSTR-1 JSON export no longer includes tables that India's production government API does not yet accept. This prevents filing failures caused by unsupported data fields while keeping the report compatible with the live portal.
Original PR description
While filing GSTR-1, we encountered the following error: ``` [0]JSON validation failed due to - #: extraneous key [supeco] is not permitted ``` In this commit, we have resolved the error mentioned above. For various reasons, the government API has not yet implemented GSTR-1 tables 14 and 15 in production though they are available in the sandbox environment. As a solution, it is best not to include supeco in the JSON until the government API releases supeco into production.