evs-xsarus / adyen-magento

Adyen Payment plugin for Magento

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adyen Payment plugin for Magento

Use Adyen's plugin for Magento to offer frictionless payments online, in-app, and in-store.

Integration

The plugin integrates card component(Secured Fields) using Classic integration for all card payments. Local/redirect payment methods are integrated with DirectoryLookup and HPP. For Point Of Sale (POS) payments we use Terminal API using Cloud-based communication. Boleto, MultiBanco and SEPA are a direct API integration into Adyen.

Requirements

The plugin supports the Magento Community (version 1.8 and higher) and Enterprise edition (version 1.13 and higher). For Magento 2.x please use the following plugin: https://github.com/Adyen/adyen-magento2

Collaboration

We commit all our new features directly into our GitHub repository. But you can also request or suggest new features or code changes yourself!

Installation

Copy the folders to your main Magento environment or use composer:

composer require adyen/payment

Documentation

Magento documentation

Videos

Setup Cron

Make sure that your Magento cron is running every minute. We are using a cronjob to process the notifications, our webhook service. The cronjob will be executed every minute. It only executes the notifications that have been received at least 5 minutes ago. This is to ensure that Magento has created the order, and all save after events are executed. A handy tool to get insight into your cronjobs is AOE scheduler. You can download this tool through GitHub.

Caching / Varnish configuration

In case you are using a caching layer such as Varnish, please exclude the following URL pattern from being cached

/adyen/process/*

Support

You can create issues on our Magento Repository. In case of specific problems with your account, please contact support@adyen.com.

License

MIT license. For more information, see the LICENSE file.

About

Adyen Payment plugin for Magento

License:MIT License


Languages

Language:PHP 70.2%Language:HTML 15.1%Language:JavaScript 9.3%Language:CSS 5.4%