Skip to content

sivasdescalzo/adyen-magento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

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 [email protected].

License

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

About

Adyen Payment plugin for Magento

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.6%
  • HTML 15.3%
  • JavaScript 9.1%
  • CSS 6.0%