Skip to content

Google Recaptcha

Eitri App Shopping uses Google Recaptcha V3 by default. Click here to know more about Google Recaptcha.

To use it in your app you need to:

  1. Create a new google recaptcha score based v3
  2. Add Eitri domains ( app.eitri.tech / release.eitri.calindra.com.br )
  3. Select in wich project will be created your captcha
  4. Create an API key within the same project where the captcha was created
  5. Follow Vtex configuration to setup captcha on your cart. Fill parameters as shown bellow:
{
"clientId": <SITE_KEY>,
"clientSecret": <GOOGLE_API_KEY>,
"projectId": <GOOGLE_PROJECT_ID>,
"label": <CAPTCHA_IDENTIFIER>,
"score": <OPTIONAL>
}

Info

Google Project ID is not the project name, check your exact id

Info

After creating it will should get site key and secret key. You'll need to use the site key in your vtex configuration (you can ignore secret key for this process since it's not used in this configuration). To know more about configuring your vtex account, click here