get_gstr1_summary
Retrieve GSTR-1 summary with section details and checksum, supplying the values needed for filing.
Instructions
Retrieve the GSTR-1 summary including sec_sum and chksum needed for filing (Step 5).
The sec_sum and chksum values returned here must be passed directly to file_gstr1().
Args: access_token: Taxpayer session token gstin: 15-digit GST Identification Number ret_period: Return period in MMYYYY format summary_type: "long" for full section detail (default), "short" for totals only
Returns: Dict with sec_sum array and chksum string, or an error dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gstin | Yes | ||
| ret_period | Yes | ||
| access_token | Yes | ||
| summary_type | No | long |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |