This documentation site is retired and will soon be removed. Current information can be found at the new documentation portal here! Please update your bookmarks.
Radial Payments & Fraud Documentation
Installing Fraud Insight for Magento
If you are using a Magento webstore, use one of the following options to install Radial Fraud Insight.
Note: These instructions assume that you are using a Linux system and that you have Apache, PHP, MySQL, and git installed on it. If you do not, contact your Radial representative.
Installing Fraud Insight Using Composer (Recommended)
- Install composer. Refer to these instructions for details.
- Create a composer.json file in the root folder of your Magento webstore.
{ "name": "ebayenterprise/magento-with-risk-insight", "description": "Installation of the eBay Enterprise Risk Insight Extension in Magento", "license": "proprietary", "type": "project", "require": { "ebayenterprise/magento-risk-insight": "dev-master" }, "minimum-stability": "dev", "prefer-stable": true, "repositories": [ { "type": "vcs", "url": "https://gitlab.gspt.net/Cheetah/magento-risk-insight.git" }, { "type": "composer", "url": "http://packages.firegento.com" } ], "extra": { "magento-deploystrategy": "copy", "magento-root-dir": "./" } } - Run the following command:
composer installIf the command runs successfully, you can now configure Fraud Insight from Admin.
Installing Fraud Insight Using Magento Connect Manager
Step 1: Clone the magento-risk-insight repository from gitlab
git clone https://gitlab.gspt.net/Cheetah/magento-risk-insight.git
Step 2: Use the MagentoTarToConnect tool to create a Magento Connect archive of the Fraud Insight extension
- Clone the MagentoTarToConnect repository from the public github.
- Run the following command:
git clone https://github.com/astorm/MagentoTarToConnect.git
Step 3: Create a Magento-compatible tarball of the Fraud Insight extension
- Switch to the directory where you cloned the Magento Risk Insight repository.
- To create a build directory, run the following command:
php /path/to/MagentoTarToConnect/magento-tar-to-connect.php deploy/extension-config.phpThe eBay_Enterprise_Risk_Insight_Magento.tar file appears in the build directory.
Step 4: Install the Fraud Insight extension in your Magento webstore
- Navigate to the following URL in your webstore:
http://<webstore-domain>.com/downloader - Log in with your admin username and password.
- After logging in, be sure that Channel: Magento Community Edition appears in the Manage Existing Extensions section of the screen.
- In the Direct package file upload section of the screen, browse to the eBay_Enterprise_Risk_Insight_Extension.tar file, then click Upload.

- When the file has uploaded successfully, click Refresh.
The extension name appears in the Manage Existing Extensions section.
- Log out of Magento Connect Manager.
- Navigate to the admin area of your webstore:
http://<webstore-domain>.com/admin - Log in.
- Select System>Configuration. The Configuration screen appears.
- Under the EBAY ENTERPRISE tab, click Risk. The Fraud Insight configuration screen appears.

- Enter your configuration information and select the response actions. Remember: Radial supplies you with the Storeid, API Hostname, and API Key.
- Click Save Config.
What are you waiting for?
