Use Adyen's plugin for Magento to offer frictionless payments online, in-app, and in-store.
The plugin integrates card component(Secured Fields) using Adyen Checkout 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.
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
We commit all our new features directly into our GitHub repository. But you can also request or suggest new features or code changes yourself!
Copy the folders to your main Magento environment or use composer:
composer require adyen/payment
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.
In case you are using a caching layer such as Varnish, please exclude the following URL pattern from being cached
/adyen/process/*
You can create issues on our Magento Repository. In case of specific problems with your account, please contact [email protected].
MIT license. For more information, see the LICENSE file.