Use Adyen's plugin for Magento to offer frictionless payments online, in-app, and in-store.
Magento has officially announced that Magento 1 will reach end of life (EOL) on June 1, 2020.
For more information visit our documentation page
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 strongly encourage you to join us in contributing to this repository so everyone can benefit from:
- New features and functionality
- Resolved bug fixes and issues
- Any general improvements
Read our contribution guidelines to find out how.
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/*
and
/adyen/ThreeDS2Process/*
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.