Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.13 KB

Radial Magento2 Fraud Insight Connector

The Radial Fraud Insight Extension is upgraded to be compatible with Magento 2 and enabled automatic high to low fraud transaction detection.

  • Automated integration and on-boarding
  • Flexible configuration

How to get Fraud Insight API Credentials

Please contact sales@radial.com to get Fraud Insight API Hostname, API Key and Store ID in order to configure your extension.

Installation

Install using composer via command line (recommended)

  1. Login to Magento web server with a user who has permissions to write to the Magento file system.
  2. Go to Magento root directory
cd /var/www/magento2
  1. Disable the cache
php bin/magento cache:disable
  1. Add the reference to the git repository
composer config repositories vcs https://github.com/RadialCorp/magento2-fraud-insight.git
  1. Update the dependency in composer.json
composer require radial/magento2-fraud-insight:dev-master
  1. Run the setup script
php bin/magento setup:upgrade
  1. Login to Magento admin panel and confirm extension is installed.

Copyright © 2016 Radial, Inc.