2017 © Pedro Peláez
 

magento2-module module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

image

adyen/module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  • Tuesday, July 17, 2018
  • by rikterbeek
  • Repository
  • 17 Watchers
  • 38 Stars
  • 99,017 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 53 Forks
  • 28 Open issues
  • 66 Versions
  • 18 % Grown

The README.md

Adyen Payment plugin for Magento 2

Use Adyen's plugin for Magento 2 to offer frictionless payments online, in-app, and in-store., (*1)

Integration

The plugin integrates card component (Secured Fields) using Adyen Checkout for all card payments. For Point Of Sale (POS) payments we use Terminal API using Cloud-based communication., (*2)

Support Vault and Instant Purchase

Inside Adyen toggle the following settings on inside the API and Responses section (Settings -> API and Responses): * Recurring details * Card bin * Card summary * Expiry date * Variant, (*3)

Requirements

This plugin supports Magento 2 version 2.4.4 and higher., (*4)

Releases

  1. Major releases are done ONLY when absolutely required. We try to not to introduce breaking changes and do major releases as rare as possible. Current average is yearly.
  2. A minor or a patch release is scheduled but not limited to once every 2 weeks.

Note: This can be subject to change based on the load and dependancies of the Integration tools team., (*5)

Support & Maintenance

We provide three levels of support: 1. Level 1 (12 months): full support (including new features) Keep in mind that some new features are not possible on older versions, therefore this is not inclusive of ALL new features that are built. 2. Level 2 (12 months - 18 months): high priority bugs / security only. 3. Level 3 (18 months - 24 months): security updates only (no support from support team)., (*6)

After Level 3 there is no support or maintenance from Adyen and it should be treated as a native integration of the merchant., (*7)

The schedule for the current maintained branches is:, (*8)

Plugin Major Version Release Date Level 1 Support ends Level 2 Support ends Level 3 Support ends
Version 8 November 2021 January 2024 May 2024 January 2025
Version 9 October 2023 October 2024 April 2025 October 2025

Or, visualised as a calendar:, (*9)

gantt
    title Currently Supported Versions
    dateFormat  YYYY-MM-DD   
    section Version 8
    Level 1   :l81, 2021-11-22, 2024-01-31
    Level 2   :l82, after l81, 2024-05-30
    Level 3   :l83, after l82, 2025-01-31
    section Version 9
    Level 1   :l91, 2023-09-15, 2024-09-30
    Level 2   :l92, after l91, 2025-03-31
    Level 3   :l93, after l92, 2025-09-30

Contributing

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, (*10)

Read our contribution guidelines to find out how., (*11)

Installation

You can install our plugin through Composer:, (*12)

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

For more information see our installation section., (*13)

Documentation

Magento 2 documentation, (*14)

Setup Cron

Make sure that your Magento cron is running every minute. We are using a cronjob to process the notifications (our webhook service) and to update Adyen servers' IP addresses. The cronjobs will be executed every minute., (*15)

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

The notification processing service queries the records that have been received at least 2 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 Magento Marketplace or GitHub., (*16)

If you need to setup your cronjob in Magento this is described here., (*17)

Supported payment methods

See our documentation for a full list of supported payment methods., (*18)

Support

If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact our support team., (*19)

API Library

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

License

MIT license. For more information, see the LICENSE file., (*21)

The Versions

17/07 2018

dev-PW-514

dev-PW-514

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

12/07 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

 

The Development Requires

12/07 2018

dev-PW-515

dev-PW-515

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

11/07 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

 

06/07 2018

dev-PW-489

dev-PW-489

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

22/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

22/06 2018

2.3.0

2.3.0.0

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

06/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

 

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

 

18/04 2018

dev-storeviewfix

dev-storeviewfix

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

 

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

 

22/12 2017

dev-PW-300

dev-PW-300

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

21/12 2017

dev-PW-303

dev-PW-303

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

21/12 2017

dev-prepopulate-dob

dev-prepopulate-dob

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

The Development 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

 

08/12 2017

dev-PW-261

dev-PW-261

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

27/11 2017

dev-cron-logging

dev-cron-logging

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

27/11 2017

dev-fix-avs

dev-fix-avs

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

 

27/10 2017

dev-github-templates

dev-github-templates

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

04/10 2017

dev-develop-offerclosed

dev-develop-offerclosed

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

 

06/09 2017

dev-release-2.1.2

dev-release-2.1.2

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

06/09 2017

dev-develop-rik-new

dev-develop-rik-new

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

04/09 2017

dev-ratepay-token

dev-ratepay-token

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

28/08 2017

dev-dev-2.2

dev-dev-2.2

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

23/08 2017

dev-recurring-cse

dev-recurring-cse

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

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

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

 

18/08 2017

dev-df_hotfix

dev-df_hotfix

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

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

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

 

17/08 2017

dev-develop-ale

dev-develop-ale

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

10/08 2017

dev-develop-rik

dev-develop-rik

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

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

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

 

16/06 2017

dev-cron-multistore

dev-cron-multistore

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

31/05 2017

dev-issue-118

dev-issue-118

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

26/05 2017

dev-cancel-3ds

dev-cancel-3ds

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

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

 

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

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

 

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

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

 

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

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

 

16/02 2017

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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

 

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

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