CAS Fetch
CDSL CAS Fetch - Step 1 (Request OTP)
Step 1 of 2: Request OTP for CDSL CAS fetch.
This endpoint:
- Solves reCAPTCHA automatically (~15-20 seconds)
- Submits login credentials to CDSL portal
- Triggers OTP to user's registered mobile number
After user receives OTP, call /v4/cdsl/fetch/{session_id}/verify to complete.
post/v4/cdsl/fetch
Request body
Example request
{
"pan": "ABCDE1234F",
"bo_id": "1234567890123456",
"dob": "1990-01-15"
}Response
OTP sent to registered mobile
Example response
{
"status": "success",
"session_id": "550e8400-e29b-41d4-a716-446655440000",
"msg": "OTP sent to registered mobile"
}