Phone Verification

I want to validate the mobile number. entered by the user on the registration page, by sending a verification code to his mobile phone. Can anyone give me pointers to how should I proceed with it??

Have a look at Twillio verification API: https://www.twilio.com/code-exchange/sms-phone-verification

it this what you were looking for?

Thanks, Mr Kentin.
Yes, this is exactly what I’m looking for, but I need more details of how can I use that in Wix code, is there is a tutorial or anything to help me to do that!

There is this tutorial https://www.wix.com/velo/example/twilio-integration but it is not exactly what you need. It’s a good starting point

If you are looking for a free solution ( upto 10k verifications per month), check out :

https://firebase.google.com/docs/auth/web/phone-auth?authuser=0

I am in the process of implementing this, will write something up once done.

Please! ,When you’re done, share your code with me.

@prashanthbhaskaran Hello friend, did you finish the code?Would you please share it with me?

@qoraia97 Here is my write up. Hope it helps.