wppconnect icon indicating copy to clipboard operation
wppconnect copied to clipboard

checkNumberStatus API Invalid

Open ethan2cl opened this issue 6 months ago • 3 comments

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 avatar Oct 22 '25 03:10 ethan2cl

@ethan2cl

Error logs?

can you share it?

manfe avatar Nov 10 '25 19:11 manfe

@ethan2cl

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, }

ethan2cl avatar Nov 11 '25 05:11 ethan2cl

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.

manfe avatar Nov 11 '25 14:11 manfe