2017 © Pedro Peláez
 

magento2-module module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

image

aberti/module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  • Tuesday, June 5, 2018
  • by aberti
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 52 Forks
  • 0 Open issues
  • 41 Versions
  • 0 % Grown

The README.md

Adyen_Magento2

Adyen Payment plugin for Magento2. This plugin supports Magento2 version 2.1 and higher. br/ For Magento2 version 2.0 support, use plugin version 1.4.6., (*1)

Installation

bin/composer require adyen/module-payment
bin/magento module:enable Adyen_Payment
bin/magento setup:upgrade

Manual

Magento 2 documentation, (*2)

Setup Cron

Make sure that your magento cron is running every minute. We are using a cronjob to process the notifications. The cronjob will be executed every minute. It only executes the notifications that have been received at least 2 minutes ago. We have built in this 2 minutes so we are sure 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 Magento Connect or GitHub, (*3)

Support

You can create issues on our Magento Repository or if you have some specific problems for your account you can contact magento@adyen.com as well., (*4)

API Library

This module is using the Adyen APIs Library for PHP for all (API) connections to Adyen. This library can be found here, (*5)

Setting up cronjob

The notifications of Adyen (this will give you the indication of the payment status) is processed by a cronjob. You need to setup your cronjob. This is described here, (*6)

We have defined this:, (*7)

<group id="index">
    <job name="adyen_payment_process_notification" instance="Adyen\Payment\Model\Cron" method="processNotification">
        <schedule>*/1 * * * *</schedule>
    </job>
</group>

The Versions

05/06 2018

dev-master

9999999-dev

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

The Development Requires

01/06 2018

dev-PW-455

dev-PW-455

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

01/06 2018

dev-develop

dev-develop

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

30/05 2018

dev-PW-256

dev-PW-256

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

15/05 2018

dev-bcmc

dev-bcmc

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

20/04 2018

dev-feature/vault

dev-feature/vault

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

07/02 2018

dev-boletotype-fix

dev-boletotype-fix

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

26/01 2018

dev-CloudAPI

dev-CloudAPI

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

19/01 2018

dev-pw-364

dev-pw-364

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

18/01 2018

dev-PW-352

dev-PW-352

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

The Development Requires

18/01 2018

dev-fix-klarna-account

dev-fix-klarna-account

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

12/01 2018

dev-Fix-paypal-capture

dev-Fix-paypal-capture

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

The Development Requires

09/01 2018

2.2.0

2.2.0.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

The Development Requires

04/01 2018

dev-feature-applepay

dev-feature-applepay

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

03/01 2018

dev-PW-342

dev-PW-342

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

20/12 2017

dev-adyen-demo

dev-adyen-demo

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

16/11 2017

2.1.3

2.1.3.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

13/09 2017

2.1.2

2.1.2.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

22/08 2017

2.1.1

2.1.1.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

17/08 2017

2.1.0

2.1.0.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

23/06 2017

2.0.6

2.0.6.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

23/05 2017

2.0.5

2.0.5.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

12/05 2017

2.0.4

2.0.4.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

29/03 2017

2.0.3

2.0.3.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

17/01 2017

dev-feature-2.0.10-applepay

dev-feature-2.0.10-applepay

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

21/12 2016

2.0.2

2.0.2.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

18/11 2016

2.0.1

2.0.1.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

07/11 2016

2.0.0

2.0.0.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

28/10 2016

dev-feature-2.0.10

dev-feature-2.0.10

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

28/10 2016

1.4.6

1.4.6.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

20/07 2016

1.4.5

1.4.5.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

24/06 2016

1.4.4

1.4.4.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.1.*
  • magento/module-backend 100.1.*
  • magento/module-catalog 101.0.*
  • magento/module-checkout 100.1.*
  • magento/module-config 100.1.*
  • magento/module-customer 100.1.*
  • magento/module-directory 100.1.*
  • magento/module-payment 100.1.*
  • magento/module-paypal 100.1.*
  • magento/module-quote 100.1.*
  • magento/module-sales 100.1.*
  • magento/module-store 100.1.*
  • magento/module-theme 100.1.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

23/06 2016

1.4.3

1.4.3.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

23/06 2016

1.4.2

1.4.2.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

14/06 2016

1.4.1

1.4.1.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

02/06 2016

1.4.0

1.4.0.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

23/05 2016

1.3.0

1.3.0.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/magento-composer-installer *
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

06/04 2016

1.2.1

1.2.1.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/magento-composer-installer *
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

10/03 2016

1.2.0

1.2.0.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/magento-composer-installer *
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

19/02 2016

1.1.2

1.1.2.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/magento-composer-installer *
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-paypal 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0

 

16/02 2016

1.1.1

1.1.1.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • adyen/php-api-library *
  • magento/framework 100.0.*
  • magento/magento-composer-installer *
  • magento/module-backend 100.0.*
  • magento/module-catalog 100.0.*
  • magento/module-checkout 100.0.*
  • magento/module-config 100.0.*
  • magento/module-customer 100.0.*
  • magento/module-directory 100.0.*
  • magento/module-payment 100.0.*
  • magento/module-quote 100.0.*
  • magento/module-sales 100.0.*
  • magento/module-store 100.0.*
  • magento/module-theme 100.0.*
  • php ~5.5.0|~5.6.0|~7.0.0