---
title: "GST Advance Verification"
method: POST
path: "/verify/gst_advance"
tags: ["GST Verification"]
---

# GST Advance Verification

`POST /verify/gst_advance`

## Request body

- object
  - `gst_number` string, required

## Response `200`

Success

- GSTAdvanceResponse
  - `status` string
  - `result` GSTAdvanceResult
    - `taxpayer_details` GSTAdvanceTaxpayerDetails
      - `gst_number` string
      - `legal_name` string
      - `trade_name` string
      - `business_constitution` string
      - `taxpayer_type` string
      - `registration_date` string
      - `registration_status` string
      - `cancellation_date` string, nullable
      - `aggregate_turnover` string
      - `einvoice_enabled` string
      - `directors_or_members` string[]
      - `principal_address` object
        - `full_address` string
        - `city` string
        - `district` string
        - `state` string
        - `pin` string
    - `return_filing_details` GSTAdvanceReturnDetails[]
      - `financial_year` string
      - `return_period` string
      - `mode_of_filing` string
      - `date_of_filing` string
      - `return_type` string
      - `acknowledgement_number` string
      - `filing_status` string
    - `business_goods_services` GSTAdvanceGoodsServices
      - `goods` object[]
        - `description` string
      - `services` object[]
        - `description` string
        - `service_code` string
    - `business_locations` GSTAdvanceBusinessLocations
      - `principal_place` object
        - `address` string
        - `nature_of_business` string
        - `last_updated` string
      - `additional_places` object[]
        - `address` string
        - `email` string
        - `mobile` string
        - `nature_of_business` string
        - `last_updated` string
      - `compliance_details_available` boolean
    - `gst_certificate` object
      - `download_url` string, nullable
    - `return_filing_frequency` GSTAdvanceFilingFrequency[]
      - `financial_year` string
      - `quarter` string
      - `filing_frequency` string
  - `chargeble` string
  - `user_consent` string

---

[API](https://skmtc.dev/idto/apis/verification-api.md) · [All operations](https://skmtc.dev/idto/apis/verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/idto/verification-api/revisions/e3d57dab8db4/schema)
