Hi,
App is calling https://dev.abdm.gov.in/api/v2/registration/mobile/login/verifyOtp
for login with mobile with following POST parameters:
{
“otp”: “583974”,
“txnId”: “5fbdb58e-04de-416f-b9d5-b20d377XXXX”
}
Even though the OTP is correct, its giving following error message:
{
“code”: “HIS-400”,
“message”: “Request is invalid. Please enter the correct data.”,
“details”: [
{
“message”: “The OTP that you have entered is incorrect. Please try again.”,
“code”: “HIS-1013”,
“attribute”: {
“key”: “otp”,
“value”: “583974”
}
}
]
}
Please suggest what is wrong in above API request.
Regards,
Jignesh
@IntegrationSupport