Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 683 Bytes

4_verify_mobile_number_matches_aadhaar.md

File metadata and controls

33 lines (23 loc) · 683 Bytes

HPR Registration - Verify Mobile Number Matches Aadhaar

This API allows you to verify if the provided mobile number matches the one registered with Aadhaar after the OTP verification step.

Parameters

  • mobileNumber: (String, required) - The mobile number to be verified against the Aadhaar registered mobile number.

Method

verify_mobile_number_matches_aadhaar(
  mobile_number:
)

Request Body

@client.verify_mobile_number_matches_aadhaar(
  mobile_number: '1233211231'
)

Response Body

{
  "verified": true
}

If the mobile number is verified as correct, you can proceed with the next step in the HPR registration process.