Requests reason codes
OTP - one time password
Generate OTP
| Description | HTTP code |
---|---|---|
| Invalid session Id | 400 |
| Invalid attempt to resend the OTP | 400 |
| OTP generation limit reached | 429 |
| The MFA process has already been completed for the end-user | 400 |
| Internal server error | 500 |
| Document number provided is not correct, check format | 400 |
| Document number does not match any actual Aadhaar entries | 400 |
| Invalid phone number tied to document number | 400 |
| A new request to generate an OTP was done within 60 seconds of the last OTP generation | 429 |
Verify OTP
| Description | HTTP code |
---|---|---|
| Invalid session Id | 400 |
| The OTP entered is not valid, it needs to be a 6-digit number | 400 |
| An OTP was not generated for the Aadhaar identifier | 400 |
| The MFA process has already been completed for the end-user | 400 |
| Internal server error | 500 |
| The OTP entered is incorrect, check the number and format | 400 |
| Maximum number of OTP attempts reached, session will be submitted | 429 |