We have successfully generated the HealthIdNumber using rest client with below API Steps.
But while generating health ID Number one step we skipped due to OTP issue (checkAndGenerateMobileOTP API ) .
Please find the below steps.
- /v2/registration/aadhaar/generateOtp
- /v2/registration/aadhaar/verifyOTP
- /v2/registration/aadhaar/checkAndGenerateMobileOTP (OTP not Generated)
But response :
{ “txnId”: “d58109ef-3fb4-4fb0-8884-68da95b5e1dc”,
“mobileLinked”: true
}
- /v2/registration/aadhaar/verifyMobileOTP (Skipped this API when “mobileLinked”: true. Our assumption If we get false we might get OTP then we will call this API. But till now we did not get false.)
- /v2/registration/aadhaar/confirm (Got the HealthIdNumber=XXXX-XXX-XXX but HelathID=Null ) How to update this .