KYC
Verify PAN
Run a real-time PAN verification for a customer_use sub-account. Persists the result and recomputes the sub-account’s aggregated KYC status.
POST
Verify PAN
Runs a real PAN verification for the sub-account.
pan must be exactly 10 characters. The result is persisted and the sub-account’s 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 |
|---|---|---|---|
pan | string | Yes | The PAN. Must be exactly 10 characters (e.g. ABCDE1234F). |
Response example
200 OK
statusisverified,failed, orpending(some providers return asynchronously).kyc_calls_blockedis the sub-account’s recomputed gate after this step — it may still betrueif other required documents are outstanding.- A
400is returned whenpanis not exactly 10 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:
10Example:
"ABCDE1234F"
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.