> ## Documentation Index
> Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
> Use this file to discover all available pages before exploring further.

# GSTR-9 Auto Calculated Details

> Fetch the auto-calculated table details in the GSTR-9 as available with the GST Department.

#### Response body schema

<Card title="View response body schema" icon="code" href="https://raw.githubusercontent.com/in-co-sandbox/in-co-sandbox-docs/refs/heads/main/data/gst/schema/request/taxpayer/gstr-9/auto_calculated_details.json" arrow="true" horizontal />


## OpenAPI

````yaml api-reference/gst/compliance/openapi.json GET /gst/compliance/tax-payer/gstrs/gstr-9/auto-calculated
openapi: 3.0.1
info:
  title: compliance
  description: >-
    **GST Compliance API** enables businesses to automate compliance
    requirements like [Taxpayer
    verification](https://developer.sandbox.co.in/reference/search-gstin-api),
    [GSTR
    Filing](https://developer.sandbox.co.in/reference/gst-taxpayer-authentication),
    [Generating
    E-Invoices](https://developer.sandbox.co.in/reference/e-invoice-authentication-api),
    and [E-Way
    Bills](https://developer.sandbox.co.in/reference/e-way-bill-authentication-api).We
    provide these APIs from GSTN-authorised GST Suvidha Providers, handling the
    encryption-decryption and signing so you don't have to handle the
    complexities.
  version: 1.0.0
servers:
  - url: https://api.sandbox.co.in
  - url: https://test-api.sandbox.co.in
security: []
tags:
  - name: Public
  - name: Taxpayer
  - name: Taxpayer Auth
  - name: Returns
  - name: GSTR-1 Documents
  - name: File GSTR-1
  - name: GSTR-2A Documents
  - name: GSTR-2B Document
  - name: File GSTR-3B
  - name: GSTR-4
  - name: File GSTR-9
  - name: Invoice Management System
  - name: GSTR-1A Documents
  - name: File GSTR-1A
  - name: Ledgers
  - name: e-Invoice
  - name: Sales e-Invoices for return period
  - name: Purchase e-Invoices for return period
  - name: Front Office Notices
  - name: Front Office
  - name: AATO
  - name: e-Invoice1
  - name: Authentication
  - name: e-Invoice12
  - name: E-Way Bill
  - name: E-Way Bill1
  - name: Authentication1
  - name: Consignor
  - name: Consolidated E-Way Bill
  - name: Multi-Vehicle Movement
  - name: Consignee
  - name: Transporter
  - name: Consolidated E-Way Bill1
  - name: Multi-vehicle Movement
  - name: Common
paths:
  /gst/compliance/tax-payer/gstrs/gstr-9/auto-calculated:
    get:
      tags:
        - Taxpayer
        - Returns
        - File GSTR-9
      summary: GSTR-9 Auto Calculated Details
      operationId: gstr9AutoCalculatedDetails
      parameters:
        - name: financial_year
          in: query
          description: Financial year. E.g., FY 2023-24
          required: true
          example: FY 2024-25
          schema:
            type: string
            example: '{{financial_year}}'
        - name: authorization
          in: header
          description: >-
            GST taxpayer access token. For token-generation steps, refer to the
            [Generate Taxpayer
            Session](/recipes/gst/authentication/generate_tax_payer_session)
            recipe, then pass the token in the authorization header.
          required: true
          example: '{{gsp_access_token}}'
          schema:
            type: string
        - name: x-api-key
          in: header
          description: API key for identification
          required: true
          example: '{{api_key}}'
          schema:
            type: string
        - name: x-api-version
          in: header
          description: API version
          required: false
          example: ''
          schema:
            type: string
            default: 1.0.0
      responses:
        '200':
          description: >-
            GSTR-1/GSTR-3B not filed / Invalid Return Period / 200 Success /
            RT-9AS-1007 Processing summary calculation
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: number
                    example: 200
                  data:
                    type: object
                    properties:
                      data:
                        type: object
                        properties:
                          aggTurnover:
                            type: number
                            example: 34376971.41
                          fp:
                            type: string
                            example: '032024'
                          gstin:
                            type: string
                            example: 29AAACQ3770E000
                          hsnMinLen:
                            type: number
                            example: 6
                          table4:
                            type: object
                            properties:
                              amd_neg:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              amd_pos:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              at:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              b2b:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 222404.68
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 50984.24
                                  samt:
                                    type: number
                                    example: 222404.68
                                  txval:
                                    type: number
                                    example: 2754408.56
                              b2c:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 33512.24
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 5701789.17
                                  samt:
                                    type: number
                                    example: 33512.24
                                  txval:
                                    type: number
                                    example: 32048951.84
                              chksum:
                                type: string
                                example: >-
                                  dc742365e7c5c9dcc4efd3ff3fc77a2cc1d94339747f780fd2d7382d76af0c82
                              cr_nt:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 8.76
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 76732.5
                                  samt:
                                    type: number
                                    example: 8.76
                                  txval:
                                    type: number
                                    example: 426388.99
                              deemed:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              dr_nt:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              ecom:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              exp:
                                type: object
                                properties:
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              rchrg:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                              sez:
                                type: object
                                properties:
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  txval:
                                    type: number
                                    example: 0
                          table5:
                            type: object
                            properties:
                              amd_neg:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              amd_pos:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              chksum:
                                type: string
                                example: >-
                                  7a1def7ba17e36641074355a875c30e52d7485bbd60a8bbda9bc73afd88620e7
                              cr_nt:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              dr_nt:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              ecom_14:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              exmt:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              nil:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              non_gst:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              rchrg:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              sez:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                              zero_rtd:
                                type: object
                                properties:
                                  txval:
                                    type: number
                                    example: 0
                          table6:
                            type: object
                            properties:
                              chksum:
                                type: string
                                example: >-
                                  470acfff6eb2bff7726b8b0b64f0ecf2b0afced07877cb5d8e93135ed78e61c2
                              isd:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                              itc_3b:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 169941.56
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 826797.78
                                  samt:
                                    type: number
                                    example: 169941.56
                              tran1:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                              tran2:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 0
                                  samt:
                                    type: number
                                    example: 0
                          table8:
                            type: object
                            properties:
                              chksum:
                                type: string
                                example: >-
                                  9a318de4f9f555678af075a05be280be0f25f7b82dc1051ee76319e7a90dde81
                              itc_2b:
                                type: object
                                properties:
                                  camt:
                                    type: number
                                    example: 176819.92
                                  csamt:
                                    type: number
                                    example: 0
                                  iamt:
                                    type: number
                                    example: 818942.78
                                  samt:
                                    type: number
                                    example: 176819.92
                          table9:
                            type: object
                            properties:
                              camt:
                                type: object
                                properties:
                                  tax_paid_itc_camt:
                                    type: number
                                    example: 61419
                                  tax_paid_itc_iamt:
                                    type: number
                                    example: 16529
                                  txpaid_cash:
                                    type: number
                                    example: 177960
                                  txpyble:
                                    type: number
                                    example: 255908
                              chksum:
                                type: string
                                example: >-
                                  6612865879bd1f0ab456808c75c5402e6974c9ff6a51154777d1880fec82f041
                              csamt:
                                type: object
                                properties:
                                  tax_paid_itc_csamt:
                                    type: number
                                    example: 0
                                  txpaid_cash:
                                    type: number
                                    example: 0
                                  txpyble:
                                    type: number
                                    example: 0
                              fee:
                                type: object
                                properties:
                                  txpaid_cash:
                                    type: number
                                    example: 50
                                  txpyble:
                                    type: number
                                    example: 50
                              iamt:
                                type: object
                                properties:
                                  tax_paid_itc_camt:
                                    type: number
                                    example: 108521
                                  tax_paid_itc_iamt:
                                    type: number
                                    example: 824879
                                  tax_paid_itc_samt:
                                    type: number
                                    example: 108521
                                  txpaid_cash:
                                    type: number
                                    example: 4669454
                                  txpyble:
                                    type: number
                                    example: 5711375
                              intr:
                                type: object
                                properties:
                                  txpaid_cash:
                                    type: number
                                    example: 0
                                  txpyble:
                                    type: number
                                    example: 0
                              samt:
                                type: object
                                properties:
                                  tax_paid_itc_iamt:
                                    type: number
                                    example: 16529
                                  tax_paid_itc_samt:
                                    type: number
                                    example: 61419
                                  txpaid_cash:
                                    type: number
                                    example: 177960
                                  txpyble:
                                    type: number
                                    example: 255908
                      error:
                        type: object
                        properties:
                          error_cd:
                            type: string
                            example: RT-9AS-1008
                          message:
                            type: string
                            example: >-
                              To file your annual return, filing of all
                              applicable returns/statements (GSTR-1 and GSTR-3B)
                              are mandatory. File your pending applicable
                              return(s)/ statement(s) and try again.
                      status_cd:
                        type: string
                        example: '0'
                  timestamp:
                    type: number
                    example: 1763446641000
                  transaction_id:
                    type: string
                    example: 5861772e-a418-4897-b652-6b1d8c32d185
              examples:
                200 Success:
                  summary: 200 Success
                  value:
                    code: 200
                    data:
                      data:
                        aggTurnover: 34376971.41
                        fp: '032024'
                        gstin: 29AAACQ3770E000
                        hsnMinLen: 6
                        table4:
                          amd_neg:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                            txval: 0
                          amd_pos:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                            txval: 0
                          at:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                            txval: 0
                          b2b:
                            camt: 222404.68
                            csamt: 0
                            iamt: 50984.24
                            samt: 222404.68
                            txval: 2754408.56
                          b2c:
                            camt: 33512.24
                            csamt: 0
                            iamt: 5701789.17
                            samt: 33512.24
                            txval: 32048951.84
                          chksum: >-
                            dc742365e7c5c9dcc4efd3ff3fc77a2cc1d94339747f780fd2d7382d76af0c82
                          cr_nt:
                            camt: 8.76
                            csamt: 0
                            iamt: 76732.5
                            samt: 8.76
                            txval: 426388.99
                          deemed:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                            txval: 0
                          dr_nt:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                            txval: 0
                          ecom:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                            txval: 0
                          exp:
                            csamt: 0
                            iamt: 0
                            txval: 0
                          rchrg:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                            txval: 0
                          sez:
                            csamt: 0
                            iamt: 0
                            txval: 0
                        table5:
                          amd_neg:
                            txval: 0
                          amd_pos:
                            txval: 0
                          chksum: >-
                            7a1def7ba17e36641074355a875c30e52d7485bbd60a8bbda9bc73afd88620e7
                          cr_nt:
                            txval: 0
                          dr_nt:
                            txval: 0
                          ecom_14:
                            txval: 0
                          exmt:
                            txval: 0
                          nil:
                            txval: 0
                          non_gst:
                            txval: 0
                          rchrg:
                            txval: 0
                          sez:
                            txval: 0
                          zero_rtd:
                            txval: 0
                        table6:
                          chksum: >-
                            470acfff6eb2bff7726b8b0b64f0ecf2b0afced07877cb5d8e93135ed78e61c2
                          isd:
                            camt: 0
                            csamt: 0
                            iamt: 0
                            samt: 0
                          itc_3b:
                            camt: 169941.56
                            csamt: 0
                            iamt: 826797.78
                            samt: 169941.56
                          tran1:
                            camt: 0
                            samt: 0
                          tran2:
                            camt: 0
                            samt: 0
                        table8:
                          chksum: >-
                            9a318de4f9f555678af075a05be280be0f25f7b82dc1051ee76319e7a90dde81
                          itc_2b:
                            camt: 176819.92
                            csamt: 0
                            iamt: 818942.78
                            samt: 176819.92
                        table9:
                          camt:
                            tax_paid_itc_camt: 61419
                            tax_paid_itc_iamt: 16529
                            txpaid_cash: 177960
                            txpyble: 255908
                          chksum: >-
                            6612865879bd1f0ab456808c75c5402e6974c9ff6a51154777d1880fec82f041
                          csamt:
                            tax_paid_itc_csamt: 0
                            txpaid_cash: 0
                            txpyble: 0
                          fee:
                            txpaid_cash: 50
                            txpyble: 50
                          iamt:
                            tax_paid_itc_camt: 108521
                            tax_paid_itc_iamt: 824879
                            tax_paid_itc_samt: 108521
                            txpaid_cash: 4669454
                            txpyble: 5711375
                          intr:
                            txpaid_cash: 0
                            txpyble: 0
                          samt:
                            tax_paid_itc_iamt: 16529
                            tax_paid_itc_samt: 61419
                            txpaid_cash: 177960
                            txpyble: 255908
                      status_cd: '1'
                    timestamp: 1734687822000
                    transaction_id: 68db5ea8-f76b-4cad-97b6-507e46f0f283
                GSTR-1/GSTR-3B not filed:
                  summary: GSTR-1/GSTR-3B not filed
                  value:
                    code: 200
                    data:
                      error:
                        error_cd: RT-9AS-1008
                        message: >-
                          To file your annual return, filing of all applicable
                          returns/statements (GSTR-1 and GSTR-3B) are mandatory.
                          File your pending applicable return(s)/ statement(s)
                          and try again.
                      status_cd: '0'
                    timestamp: 1763446641000
                    transaction_id: 5861772e-a418-4897-b652-6b1d8c32d185
                Invalid Return Period:
                  summary: Invalid Return Period
                  value:
                    code: 200
                    data:
                      error:
                        error_cd: RT-9AV-1005
                        message: Invalid Return Period
                      status_cd: '0'
                    timestamp: 1763446641000
                    transaction_id: 3a834acf-1c9d-4c57-8bcc-fde024401d77
                RT-9AS-1007 Processing summary calculation:
                  summary: RT-9AS-1007 Processing summary calculation
                  value:
                    code: 200
                    data:
                      error:
                        error_cd: RT-9AS-1007
                        message: >-
                          System computed summary is in progress. Please check
                          after some time.
                      status_cd: '0'
                    timestamp: 1747049687199
                    transaction_id: 281a073e-56d4-4993-bef7-32f5a588f82d
          headers: {}
      deprecated: false
      security: []

````