The Fraud Insight Extension enabled automatic high to low fraud transaction detection.
- Automated integration and on-boarding
- Flexible configuration
- Install extension from the Magento Connect store
- Under System Configuration, you'll find Radial on the left hand navigation pane. Click to begin Fraud Insight installation.
- Select “Yes” to enable Fraud Insight Extension.
- Insert your store id into the extension.
- Insert your Hostname into the extension.
- Insert your API Key into the extension.
- Insert an API Timeout or leave the default.
- Select "Yes" or "No" if you wish to log Request/Response Payload to Fraud Insight Web service.
- Select an Order Source Override or leave blank.
- Under the Response Actions are 4 select box for each possible response returned by the Fraud Insight API (HIGH, MEDIUM, LOW, UNKNOWN) and for each response you can choose to Process, Hold for Review or Cancel and order.
- Place test transaction to confirm installation.
- Please contact [email protected] to get Fraud Insight API Hostname, API Key and Store Id in order to configure your extension.
Assumption: you are on a Linux system with Apache
, PHP
, MySQL
and git
installed.
STEP 1: Install composer in your system, Click Here
{
"name": "radial/magento-with-fraud-insight",
"description": "Installation of the Radial Fraud Insight Extension in Magento",
"license": "proprietary",
"type": "project",
"require": {
"radial/magento-fraud-insight": "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "vcs",
"url": "https://github.com/RadialCorp/magento-fraud-insight.git"
},
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
"extra": {
"magento-deploystrategy": "copy",
"magento-root-dir": "./"
}
}
STEP 3: run the following command composer install
, if run successfully you should be able to configure Fraud Insight Setting from Admin.
- You need
git
install on your environment - Run command:
git clone https://github.com/RadialCorp/magento-fraud-insight.git
STEP 2: Use the MagentoTarToConnect
tool to create Magento Connect Archive of the Fraud Insight Extension
- Clone the
MagentoTarToConnect
repository from the public github - Run command:
git clone https://github.com/astorm/MagentoTarToConnect.git
CD
to where you clone themagento-fraud-insight
repository- Run command:
php /path/to/MagentoTarToConnect/magento-tar-to-connect.php deploy/extension-config.php
- The command above will create a
build
directory under the currentmagento-fraud-insight
directory - In the
build
directory there will be anRadial_Fraud_Insight_Extension.tar
file
- Navigate to this URL in your webstore
http://<webstore-domain>.com/downloader/
- Enter the same user name and password you use to login into admin of your webstore
- After successfully logged in, make sure under the
Manage Existing Extensions
you see the textChannel: Magento Community Edition
- if you do not see the text
Channel: Magento Community Edition
, then, you need tocd
into where your Magento webstore php files are being hosted in the server if you have access, then you can run the following commands:./mage && ./mage mage-setup
- Under the
Direct package file upload
you can browse and upload theRadial_Fraud_Insight_Extension.tar
file, then click the upload button and after successfully uploaded the Fraud Insight Extension you can click on the refresh button. - Fraud Insight Extension was successfully installed
- Now, you can log out of Magento Connect Manager and go back to the admin
http://<webstore-domain>.com/admin/
, then login into admin and then navigate toSystem > Configuration
. - In the configuration page, you should see the
RADIAL
tab and under that tab is theFraud Insight
configurations. Click theGeneral Settings
sub-tab. - Enter configuration information for Fraud Insight Extension
Copyright © 2016 Radial, Inc.