Questions tagged [sms-verification]

67 questions
0
votes
2 answers

Why is a _react-native-otp-verify_ library call throwing an 'is not a function' error?

I am trying to use a ReactNative package, react-native-otp-verify to implement automatic SMS verification. At this point, I am getting an error though, that I need help with on how to resolve, even though I tried to use it exactly as prescribed in…
Skj
  • 101
  • 2
  • 9
0
votes
1 answer

Asp.net redirect to bank sms verification (3DPay) page after form post

I am trying to create credit card payment page. I am posting the form in code behind (C#) and successfully get the verification sms from bank. But it does not redirect to bank sms verification page so there is no where to enter verification code. So…
SoftDev00
  • 1
  • 1
0
votes
1 answer

Possibility of Gupshup and Adalo Integration

Can Gupshup be integrated with Adalo for OTP verification via SMS. I can see that it can't be done via Zapier so wanted to confirm if there is a way around it because Adalo's custom action feature can't yet use the return values of custom actions. 
0
votes
0 answers

Android SMS verification APi

I have developed app with multiple build flavours like dev, test, prod so when i am using sms verification api, i am able to read sms only in prod mode but not in other mode, i have verified that the hash that is being sent to server is different…
Rocket
  • 11
  • 1
  • 5
0
votes
1 answer

Get more time sms verification from firebase authentication

Firebase phone number verification allows one time verification and sent a verification code to a phone number one time. But I need to get more verification code received in one phone number. I need to verify user several time. Is there any way to…
0
votes
1 answer

Limitations on sms verification android firebase?

I need to trigger a notification on my Android app from firebase. Unfortunately, user USER1 in a remote area does not have an active internet connection. Now I send SMS verification from another mobile ADMINUSER for USER1 mobile number and then, as…
vijay r
  • 1
  • 1
  • 2
0
votes
0 answers

Alternative to SMS verification

My website uses sms verification to validate user's phone number, but I found that a lot of users use virtual numbers to receive SMS. Is there any thing I can do to prevent users to use virtual numbers? Or is there any alternative to SMS…
Alan
  • 2,888
  • 7
  • 34
  • 36
0
votes
1 answer

VerifyUser or VerifyPhoneNumber ? Which makes more sense, better and standard? And Why?

In a mobile app, users register themselves based on their phone numbers (like WhatsApp, Uber, Careem etc). User enters his phone Number, app sends him verification code, then user sends back that verification code, app verifies if the verification…
0
votes
1 answer

Find bots in SMS registration and verification

I am implementing an SMS registration system for my Django project. like Whatsapp or telegram messenger, users can register and login just with mobile number. and OTP code. But i found a problem in my application. when user enter his number, my app…
0
votes
1 answer

Extract OTP from message in Retrivel API(auto SMS verification)

Iam using Google Retriver API for automatic sms verification, now everthings works fine. Iam receiving sms message from Broadcast receiver class. This is my sms message.. <#> Waahan: Your verification code is:1453 jtN03jdhD6p I want to extract…
Navin Kumar
  • 3,393
  • 3
  • 21
  • 46
0
votes
1 answer

Firebase SMS Password Reset

How can users reset their passwords with a phone number in Firebase IOS? Phone Registration is possible in Firebase but what is if a user is logged out and forgot his verification code? Language: Swift
user10536150
0
votes
1 answer

Working of missed call based phone number verification

In recent times, we are seeing a phone number is verified using a missed call given on clients mobile number and it shows phone number is verified. How does this process happens?
0
votes
1 answer

How to Verify Phone Number via Whatsapp for Business?

How to verify phone number validity via Whatsapp for Business? The flow should be like this: User input their phone number into mobile apps. System sends 4 digits of code from Whatsapp for Business. User input the digits into mobile apps. Done.
Teddy Aryono
  • 350
  • 2
  • 10
0
votes
3 answers

How to run our function in Django restframwork

I want to run my function to do something in a request to url of serializer my serializer : class usersSerializer(ModelSerializer): class Meta: model=users fields="__all__" my view for serializer: class…
0
votes
0 answers

Storing a value for confirmation in mobile

i have a problem regarding logically storing the value of my verification_id to verify it in NEXMO. I declare it globally as private $verification; i use ajax, but when i call again the controller, the value that I've been initialize to the…
Jc John
  • 1,799
  • 2
  • 34
  • 69