Solving reCAPTCHA v2 Enterprise: Token rejected or stuck on google.com/sorry?

I’m trying to automate a login on a site using reCAPTCHA v2 Enterprise. I have my 2Captcha key entered in the Stealth settings, and I see it getting a token, but the target site keeps rejecting it.

Sometimes I even get redirected to the google.com/sorry page. What am I missing here?

Enterprise reCAPTCHA is tricky because it requires more than just the sitekey. It often requires a specific data payload to prove the context of the request.

Our CAPTCHA resolver is built to handle this automatically. When it detects an Enterprise iframe, it extracts your current User-Agent, your session cookies, and most importantly, it hunts for the hidden data-s attribute on the page. It bundles all of this and sends it to 2Captcha so the generated token matches your exact session.

If you are still getting the google.com/sorry page, it usually means your IP is completely burned. Make sure you have Enable Proxies checked in the Stealth tab, and ensure your proxy provider is passing clean residential IPs.