/api/v1/auth/resendAuthOTP
Description:resend otp by verification by mobile otp
Request:
{
“txnId”: “”,
“authMethod”: “MOBILE_OTP”
}
response :
{
“code”: “HIS-422”,
“message”: “Unable to process the current request due to incorrect data entered.”,
“details”: [
{
“message”: “Transaction not found for UUID.”,
“code”: “HIS-1026”,
“attribute”: null
}
]
}
but the same is working with aadhaar otp.
Please help me on this @IntegrationSupport @Shubhanshu_S