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)

  1. Install composer. Refer to these instructions for details.
  2. Create a composer.json file in the root folder of your Magento webstore.
  3. Copy this code sample.
    {
        "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": "./"
        }
    }
  4. Run the following command:
    composer install

    If 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

  1. Clone the MagentoTarToConnect repository from the public github.
  2. Run the following command:
    git clone https://github.com/astorm/MagentoTarToConnect.git

Step 3: Create a Magento-compatible tarball of the Fraud Insight extension

  1. Switch to the directory where you cloned the Magento Risk Insight repository.
  2. To create a build directory, run the following command:
    php /path/to/MagentoTarToConnect/magento-tar-to-connect.php deploy/extension-config.php

    The eBay_Enterprise_Risk_Insight_Magento.tar file appears in the build directory.

Step 4: Install the Fraud Insight extension in your Magento webstore

  1. Navigate to the following URL in your webstore:
    http://<webstore-domain>.com/downloader
  2. Log in with your admin username and password.
  3. After logging in, be sure that Channel: Magento Community Edition appears in the Manage Existing Extensions section of the screen.
  4. In the Direct package file upload section of the screen, browse to the eBay_Enterprise_Risk_Insight_Extension.tar file, then click Upload.

  5. When the file has uploaded successfully, click Refresh.

    The extension name appears in the Manage Existing Extensions section.

  6. Log out of Magento Connect Manager.
  7. Navigate to the admin area of your webstore:
    http://<webstore-domain>.com/admin
  8. Log in.
  9. Select System>Configuration. The Configuration screen appears.
  10. Under the EBAY ENTERPRISE tab, click Risk. The Fraud Insight configuration screen appears.

  11. Enter your configuration information and select the response actions. Remember: Radial supplies you with the Storeid, API Hostname, and API Key.
  12. Click Save Config.