Closed sergey-chechaev closed 2 years ago
Solved. You need use exist code 810 instead "+"
hi Sergey, I also have the same problem What do you mean about 'use exist code 910 instead "+" I used window.WAPI.checkNumberStatus('XX3333333333') where XX is country code without "+"
hi Sergey, I also have the same problem What do you mean about 'use exist code 910 instead "+" I used window.WAPI.checkNumberStatus('XX3333333333') where XX is country code without "+"
You need use exit code + country code fore example "+79263456789" -> "81079263456789"
exit code + country
thank you, it's strange that in my case it works only if I use numbers without exit code and without country code: WAPI.checkNumberStatus('2634567890') -> true WAPI.checkNumberStatus('00392634567890') -> false (for Italy exit code=00 and country code=39)
exit code + country
thank you, it's strange that in my case it works only if I use numbers without exit code and without country code: WAPI.checkNumberStatus('2634567890') -> true WAPI.checkNumberStatus('00392634567890') -> false (for Italy exit code=00 and country code=39)
Is It work WAPI.checkNumberStatus('810392634567890')
? I don't know why but for USA number exit code 810
works
Have you fixed the problem?
Is It work
WAPI.checkNumberStatus('810392634567890')
?
I already tried and not working.
Describe the bug Function checkNumberStatus is not working
To Reproduce Steps to reproduce the behavior:
Expected behavior Must return
"status" => true
But return:
Screenshots
Whatsapp WEB version: 2.2244.6