Skip to content
Last updated

Lean - sendOtpDisposable

Use this method to send an otp by sms.

DEPRECATED API

This method is deprecated. You should replace it with the sendOtp method.

no REST API

Error codes

The main errors that can be found within this function are (all return HTTP 500):

Error codeDescription
2Some required fields are missing
6Generic exception — internal exception
62The certIdOtp is not valid
66The device OTP is not active
71The device OTP is disabled
85The deviceCode is not valid
99OTP was not sent
100The mobile phone number is not valid
101SMS blocked by the watchlist
102The email address is not valid
103The OTP service has exceeded the timeout
138The device OTP is not an SMS OTP device
231OTP is blocked
241LRA not authorized to use this OTP type

For authentication errors, see Authentication.

For details on how to handle errors, see How to handle errors.