cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mobile OTP in hybris

former_member634320
Participant
0 Likes
755

I need to validate mobile number via OTP. Could any one guide me here

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi, You need to have an OTP provider, and create an integration to that. So you will need to implelement a controller, that gets user input, with phone number, then send, the number to OTP provider. Next step, the provider will send the sms with the code to the user, and you will have to call verify endpoint (of that provider) with the custommers code (typed in by the user), and phone number, if the verification is Ok, you know that you can log in the user.