file_gstr1
Submit the final GSTR-1 return with EVC OTP verification to receive an acknowledgment number (ARN).
Instructions
Submit the final GSTR-1 return with EVC OTP verification (Step 7 — final step).
Args: access_token: Taxpayer session token gstin: 15-digit GST Identification Number ret_period: Return period in MMYYYY format pan: Permanent Account Number otp: EVC OTP received after calling generate_evc_otp() sec_sum: Section summaries array from get_gstr1_summary() chksum: Checksum string from get_gstr1_summary()
Returns: Dict with filing acknowledgement number (ARN) and status, or an error dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otp | Yes | ||
| pan | Yes | ||
| gstin | Yes | ||
| chksum | Yes | ||
| sec_sum | Yes | ||
| ret_period | Yes | ||
| access_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |