Ranilyar
New member
I’m currently trying to bypass reCAPTCHA on https://www.paypal.com/cz/welcome/signup/#. I am using python with 2captcha API. I don’t have any problems with API, because I always recieve my token succesfully. My problem is that i can’t submit it to the site. There isn’t any submit button, so there needs to be some callback function. I have already asked on 2Captcha support and they said that in order to call that function I have to do :
Thanks
___grecaptcha_cfg.clients[0].es.l.callback("TOKEN");
and gave me a script to find the correct path. This works great on other sites with reCAPTCHA, but not on PayPal. Even when the reCaptcha code seems to be similar on all the sites.I’d be grateful for any solution and advice .Thanks