We observed one issue that during OTP verification only integer is allowed at NHS SMS service but if we receive OTP as 000234 than it will go as 234 as integer. Please look in to it.
Suggestion: Make it string
Hi @prabhat,
The OTP is a String field only, pass your data in double-quotes that will resolve your issue.
Thanks
Deepak