Skip to main content

Hi,
I would like to migrate from V2 to Enterprise.
However, I wouldn't like to get the score back, but to keep having the visible captch when needed.
Is it possible?

What should I change in the backend code?
(currently querying https://www.google.com/recaptcha/api/siteverify and checking the success)

 
1 0 6

Hello, 


after migrating to Enterprise, your existing reCAPTCHA integration continues to work without requiring code changes. You can retain the same web page instrumentation and backend calls. However, to access features such as Account defender or Password Leak Detection, you must modify your web page instrumentation and backend calls. Also, using the CreateAssessment API method instead of www.google.com/recaptcha/api/siteverify will return additional information that can be useful for you:


https://cloud.google.com/recaptcha/docs/migrate-recaptcha


https://cloud.google.com/recaptcha/docs/using-features


https://cloud.google.com/recaptcha/docs/interpret-assessment-website


Hello, 


after migrating to Enterprise, your existing reCAPTCHA integration continues to work without requiring code changes. You can retain the same web page instrumentation and backend calls. However, to access features such as Account defender or Password Leak Detection, you must modify your web page instrumentation and backend calls. Also, using the CreateAssessment API method instead of www.google.com/recaptcha/api/siteverify will return additional information that can be useful for you:


https://cloud.google.com/recaptcha/docs/migrate-recaptcha


https://cloud.google.com/recaptcha/docs/using-features


https://cloud.google.com/recaptcha/docs/interpret-assessment-website


Your existing v2 key is called CHECKBOX in the reCAPTCHA Enterprise documentation:


https://cloud.google.com/recaptcha/docs/keys


Reply