Magento Integration

Magento Integration
Installation of the Critical.net fraud prevention extension on Magento
Get Critical.net from Magento MarketPlace
- Find Critical.net in the Magento Marketplace: Critical.net
- Ensure you accurately select the version of Magento you are using when adding Critical.net to the cart.
- Accept the order.
- Click on Install.
SSH installation
- Find the Composer name and plugin version in the plugin's composer.json file..
- Add Critical.net to your Magento shopping cart. Make sure to choose the version of Magento you’re using when adding Critical.net to the cart.
- From the Marketplace in Magento, create a “New Access key”. My profile > Access Keys > Create a new access key.
- Enter your authentication keys. Your public login is your username; your private key is your password.
- Wait for Composer to finish updating your project dependencies and make sure there are no errors.
- To verify that the extension was installed correctly, run the command:
- php bin / magento module: status Critical_Apicall.
- By default, the extension will probably be disabled.
- Enable the extension and delete the static view files:
- php bin/magento module:enable Critical_Apicall --clear-static-content.
- php bin/magento setup:upgrade.
- For version Magento 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy.
- or version Magento 2.2.x & above - php bin/magento setup:static-content:deploy –fo.
- php bin/magento cache:flush.
Connecting your Critical.net account with your Magento account
- To configure the extension, login to Magento 2, go to your backend: Stores > Configuration > Critical.net > Configuration
- API Key: Enter the API Key sent by Critical.net during registration.
- If you do not have a Critical.net account: Create a new account.
- If you already have a Critical.net account: log in to the Critical.net platform, and then click on Merchant Systems
- Click to create a new one.
- Add your website’s URL and in "Type" write = "Magento" and then click submit.
- Click on "Generate License Key".
- On the backend of Magento: Copy-paste the option " API Key" on the configuration area of the Magento 2 Extension.
- Origin: enter the URL of your store.
- Installation of Critical.net Fraud Prevention Extension for Magento Completed