v1

latestOpenAPI 3.0.32026-07-14108241269.2 KB
GST Verification

GST Verification

Performs GST verification with filing status. Requires X-API-KEY and X-Client-ID headers.

post/verify/gst_verification

Request body

gst_numberstring required

GSTIN (15 characters)

filing_statusstring required

Whether filing status should be included

Example request

{
  "gst_number": "06ABCDE1234A1ZJ",
  "filing_status": "true"
}

Response

GST verification result

statusstring

Result status, usually success or failed

messagestring

Human-readable result message

resultobject
dataobject
error_codestring nullable

Provider or IDTO error code

tranx_idstring nullable

Transaction identifier

timestampstring date-time nullable

Response timestamp

chargeblestring

Billing flag returned by existing APIs

user_consentstring

Consent flag returned by existing APIs

Example response

{
  "status": "success",
  "message": "Verification completed successfully",
  "error_code": "IDTO_400",
  "chargeble": "true",
  "user_consent": "true"
}