Overview

This fraud prevention module will screen every order transacted on Sylius e-commerce platform in real-time for payment fraud. Its sophisticated validation algorithm will accurately detect the fraud patterns to help you to minimize the chargeback and fraud losses.

Compatible with Sylius version 2.x or later.

Visit the FraudLabs Pro Features page to learn more about the type of fraud validation performed and how it could help you to prevent fraudulent online transactions and reduce manual reviews.

how fraudlabs pro works

Get Started

Set up the FraudLabs Pro module for Sylius in a few simple steps:

Step 1: Sign Up For A Free API Key

Before proceeding with the plugin installation, please sign up for a free API license key. This key is required during the plugin installation.

SIGN UP FOR FREE  

Step 2: Install & Configure Fraud Prevention Module

  1. Require the plugin via Composer:
  2. 
    composer require fraudlabspro/sylius-fraudlabspro-plugin
  3. Register the plugin: Add the bundle to your config/bundles.php file (if Symfony Flex didn't do it automatically):
    
    return [
        // ...
        FraudLabsPro\SyliusFraudLabsProPlugin\FraudLabsProSyliusFraudLabsProPlugin::class => ['all' => true],
    ];
  4. Update your database:
    Because this plugin adds a ChannelConfiguration entity to securely store your API keys per channel, you must run database migrations:
    
    bin/console doctrine:migrations:diff
    bin/console doctrine:migrations:migrate
  5. Clear the application cache:
    
    bin/console cache:clear
  6. Log into your Sylius Admin dashboard.
  7. Navigate to Configuration -> Channels in the left sidebar.
  8. Edit the channel you want to protect.
  9. Scroll to the FraudLabs Pro section at the bottom of the page.
  10. Check the Enable FraudLabs Pro Validator box.
  11. Enter your FraudLabs Pro API Key. You can find it in your Merchant Dashboard.
  12. Click Update button to save the changes.

Resources

Articles

Explore guides, tutorials, and useful information about the Sylius fraud prevention module.

Sylius Fraud Prevention Module

Download & get fraud protection for Free.

 Shield Your Business,
at Zero Cost!

Secure your business from fraud today.

TRY IT FOR FREE