Generates a multi-factor authentication (MFA) session for the Aadhaar Database Verification Check.
Can be used to re-trigger the MFA flow in case the end-user did not receive the one-time password (OTP).
Note: always ensure that you use the correct API URL to send requests. See the API URL section for more info.
Your integration's API key (occasionally referred to the "Token", "API public key" or "Publishable key")
Identifier and OTP type
End-user’s Aadhaar number, can contain only numbers
Indicates the registry being called, in this case always "aadhaar"
Identifier of the verification session the OTP is created for
Indicates if the OTP generation was successful or not
Indicates the issue why the request failed. Only sent if it failed
Bad request
Unauthorized
Internal server error
Article Versioning
Date | Description |
---|---|
Mar 17, 2025 | In Response, `status` parameter changed from `boolean` to `string`, valid values: `success`, `fail` |
Mar 12, 2025 | Documentation published |