This API allows you to verify if the provided mobile number matches the one registered with Aadhaar after the OTP verification step.
mobileNumber
: (String, required) - The mobile number to be verified against the Aadhaar registered mobile number.
verify_mobile_number_matches_aadhaar(
mobile_number:
)
@client.verify_mobile_number_matches_aadhaar(
mobile_number: '1233211231'
)
{
"verified": true
}
If the mobile number is verified as correct, you can proceed with the next step in the HPR registration process.