Skip to main content
POST
Verify GST
Runs a real GSTIN verification for the sub-account. gstin must be a 15-character GSTIN. The result is persisted and the aggregated KYC status is recomputed.
Authenticate with your parent main account’s X-Auth-ID and X-Auth-Token - the same credentials used everywhere else in the API.

Request body

Response example

200 OK
A 400 is returned when gstin is not exactly 15 characters.
Testing? Use the mock endpoint. The gstin must still be 15 characters - TESTSUCCESS0001 is already 15, so pass it as-is.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

sub_auth_id
string
required

The sub-account's Auth ID.

Example:

"SA_XXXXXX"

Body

application/json
gstin
string
required
Required string length: 15
Example:

"29AAJCN5983D1Z0"

Response

Verification result

Outcome of a single KYC verification step.

verification_type
enum<string>
required
Available options:
pan,
gst,
cin,
aadhaar
status
enum<string>
required
Available options:
verified,
failed,
pending
kyc_calls_blocked
boolean

Recomputed sub-account call-blocking state after this verification.

mock
boolean

Present and true on responses from the test-mode endpoints.