checkNumberStatus API Invalid
WA-JS Version
3.18.7
WhatsApp Version
2.3000.1028450028-alpha
Browser Version
Chrome xxx
Operation System
OS xxx
Steps to reproduce
The checkNumberStatus API has failed. When adding new contacts in the WhatsApp app, the verification for the following numbers always fails, but the checkNumberStatus API itself has passed the verification
610476551983 314705337428 324705337428 334705337428 344705337428
What is expected?
Only accounts registered on WhatsApp can pass the verification
What is actually happening?
The account I provided, which is not registered on WhatsApp, has passed the verification
Any additional comments?
No response
@ethan2cl
Error logs?
can you share it?
Error logs?
can you share it?
no error logs, The returned result is the same as the successful one
{ id: result.wid, isBusiness: result.biz, canReceiveMessage: true, numberExists: true, status: 200, }
checkNumberStatus is a function from wppconnect and not wa-js. I will transfer it to there and I will try to simulate it later on.