62
Views
1
Comments
Solved
[Google reCAPTCHA Web] V3 not fully implemented
Question
new-recaptcha
Web icon
Forge asset by OSRecaptcha Team

Hi,

V3 is not fully implemented.

You have the V3 WebBlock, but you missed the Score and Action on Verify response.

The response for V3:

{
  "success": true|false,      // whether this request was a valid reCAPTCHA token for your site
  "score": number             // the score for this request (0.0 - 1.0)
  "action": string            // the action name for this request (important to verify)
  "challenge_ts": timestamp,  // timestamp of the challenge load (ISO format yyyy-MM-dd'T'HH:mm:ssZZ)
  "hostname": string,         // the hostname of the site where the reCAPTCHA was solved
  "error-codes": [...]        // optional
}

Your Validate / GetSiteverify action only return "Success" and "Errorcodes":

Thank you,

Alberto

2026-01-19 15-53-01
Renato Nascimento
Champion
Solution

Hey, Alberto!

Thanks for reaching out. We will consider your comments for the next version. We are setting up a version for reactive, and we can add those values as output too.

Tudo de bom!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.