KYC
CIN Confirm
Confirm the CIN selected from the search results to complete company identity verification.
POST
CIN confirm
Confirms the CIN you selected from the CIN Search results. Pass the
company_name and the chosen selected_cin.
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 |
|---|---|---|---|
company_name | string | Yes | The company name (should match the chosen search result). |
selected_cin | string | Yes | The exact cin chosen from the CIN Search results. |
Response example
200 OK
Pass the
selected_cin verbatim from a search result — don’t hand-type it. Confirming a CIN that wasn’t returned by search will not verify. This step persists the cin verification and recomputes kyc_calls_blocked.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
Response
200 - application/json
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.