Giter Site home page Giter Site logo

magento2's Introduction

Signifyd Extension for Magento 2

Signifyd’s Magento extension enables merchants on Magento 2 to integrate with Signifyd, automating fraud prevention and protecting them in case of chargebacks.

Install/update using composer

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

You can learn more about it at https://getcomposer.org.

Before getting started make sure you have composer properly installed on your environment.

Note: depending on the operating system and how composer is installed, you may need to add '.phar' after 'composer' using the command lines, i.e. change from 'composer' => 'composer.phar'

Install/update

With composer installed, run the command below on terminal. This will install/update Signifyd extension to the latest release.

cd MAGENTO_ROOT
composer config repositories.signifydmage2 git https://github.com/signifyd/magento2.git
composer require signifyd/module-connect
bin/magento setup:upgrade
bin/magento setup:di:compile

Uninstall extension

This only applies if extension has been installed using composer

To remove extension completely, run this command in terminal.

cd MAGENTO_ROOT
composer remove signifyd/module-connect
bin/magento setup:upgrade
bin/magento setup:di:compile

And run this command on MySQL.

DELETE FROM setup_module WHERE module='Signifyd_Connect';

You can also delete all Signifyd extension data using this guide, install troubleshooting doc.

Configure

View our Magento 2 product manual to learn how to configure the extension

Logs

Info or general logs can be found on MAGENTO_ROOT/var/log/signifyd_connect.log file. If debug mode is enabled those logs can be found on MAGENTO_ROOT/var/log/signifyd_connect_debug.log

Advanced Settings

These settings enable fine grain control over advanced capabilities of the extension.

Updating these settings should only be performed by an experienced developer under the supervision of the Signifyd support team. If these steps are not completed correctly an issue may occur.

Restrict orders by states

Restrict orders with specific order states (not status) from being sent to Signifyd.

Restrict orders by states

Restrict orders by payment methods

Restrict orders with specific payment methods from being sent to Signifyd.

Restrict orders by payment methods

Pass custom payment data using payment helpers

The Signifyd extension will try to collect payment data (avsResponseCode, cvvResponseCode, cardBin, cardLast4, cardExpiryMonth and cardExpiryYear) from Magento when submitting an order for guarantee. If these fields are missing from submitted orders you can pass these fields by using the extension's mappers.

Payment mappers

magento2's People

Contributors

cristian-vatca-osf avatar ebanolopes avatar lorendunlop-signifyd avatar rbpotter avatar sig-chrismorris528 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.