KYC
Verify GST
Run a real-time GSTIN verification for a customer_use sub-account using a 15-character GSTIN.
POST
Verify GST
Runs a real GSTIN verification for the sub-account.
A
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
| Field | Type | Required | Description |
|---|---|---|---|
gstin | string | Yes | The GSTIN. Must be exactly 15 characters (e.g. 29AAJCN5983D1Z0). |
Response example
200 OK
400 is returned when gstin is not exactly 15 characters.
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
The sub-account's Auth ID.
Example:
"SA_XXXXXX"
Body
application/json
Required string length:
15Example:
"29AAJCN5983D1Z0"
Response
Verification result
Outcome of a single KYC verification step.
Available options:
pan, gst, cin, aadhaar Available options:
verified, failed, pending Recomputed sub-account call-blocking state after this verification.
Present and true on responses from the test-mode endpoints.