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.Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
pan must be exactly 10 characters. The result is persisted and the sub-account’s aggregated KYC status is recomputed.
Authenticate as the parent main account with
Authorization: Bearer {parent_jwt}.Authorizations
Parent main-account JWT. Sub-account KYC endpoints authenticate as the
parent account that owns the sub-account (or an admin), not with the
X-Auth-ID / X-Auth-Token header pair.
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.