Partner API
Initiate KYC session
Triggers VoBiz to email a KYC link to the customer. KYC is OTP-based (PAN + Aadhaar via DigiLocker for individuals, PAN + GSTIN for companies). No document uploads required.
post/api/v1/partner/kyc-sessions
Request body
Example request
{
"account_auth_id": "MA_ZKITB8Z2",
"customer_email": "customer@example.com",
"redirect_url": "https://yourapp.com/kyc-complete",
"webhook_url": "https://yourapp.com/kyc-webhook",
"expires_in_days": 14,
"metadata": {
"customer_ref": "TEST_001",
"plan": "starter"
}
}Response
KYC session created
Changes
No recorded changes to this endpoint across all 1 revision of this API.