Configuring reCAPTCHA {#adobe-commerce-m-conf-recaptcha}
========================================================

The `Adobe Commerce` SOAP Toolkit API provides an option to use reCAPTCHA. This feature is essential in protecting the merchant's store from brute force attacks. Most of the time, the reCAPTCHA is invisible to normal users, but it will provide a visible challenge when necessary. The module providing reCAPTCHA is an optional package.

Installing reCAPTCHA {#adobe-commerce-m-conf-recaptcha_Installation}
--------------------------------------------------------------------

To install reCAPTCHA, run the following command for composer installation:
`composer require ``Visa Acceptance Solutions``/module-recaptcha `

Creating reCAPTCHA {#adobe-commerce-m-conf-recaptcha_Creating_reCAPTCHA}
------------------------------------------------------------------------

Follow these steps to generate Google reCAPTCHA Site Key and Secret Key:

1. Visit the Google reCAPTCHA website: [](https://www.google.com/recaptcha/about/ "").
2. Log in to the reCAPTCHA Admin Console.
3. Click the Create icon.
4. Fill in the required details.
5. After you submit the details, the reCAPTCHA site key and secret key are generated. Use these keys to configure the module in Back Store.

Configuring reCAPTCHA in `Adobe Commerce` {#adobe-commerce-m-conf-recaptcha_Configure_reCAPTCHA_in_back-store}
--------------------------------------------------------------------------------------------------------------

1. Go the `Adobe Commerce` console.
2. On the Payment Methods page, under the `Visa Acceptance Solutions` settings, click reCaptcha to expand the section.
3. From the Enabled drop-down list, choose Yes to activate, or No to deactivate reCAPTCHA.
4. In the Website API Key field, enter your site key obtained from reCAPTCHA Admin Console.
5. In the Secret API Key field, enter your secret key obtained from reCAPTCHA Admin Console.
6. From the reCAPTCHA type drop-down list, choose the reCAPTCHA type that you choose for your API keys.
7. In the Badge position field, choose the reCAPTCHA badge position.
8. In the reCAPTCHA language field, choose a language code for reCAPTCHA or leave the Auto option selected.
9. Click Save Config.
10. Clear the `Adobe Commerce` cache.
    {#adobe-commerce-m-conf-recaptcha_ol_hth_wl5_pbc}

