Skip to content

adragus-inviqa/adyen-magento2

 
 

Repository files navigation

Adyen_Magento2

Adyen Payment plugin for Magento2

Install with Composer

Make sure you have "minimum-stability": "dev" in your magento composer.json set. Because the repositories are private you need to do the folowing:

  1. composer config repositories.adyen-adyen-magento2 vcs git@github.com:Adyen/adyen-magento2.git
  2. composer config repositories.adyen-php-api-library vcs git@github.com:Adyen/adyen-php-api-library.git
  3. composer require adyen/module-payment

API Library

Not yet used but communication through the API will go through this library. If you not have access to this repo please let us know.

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

We have defined this:

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

About

Adyen Payment plugin for Magento2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.1%
  • PHP 45.2%
  • HTML 8.5%
  • CSS 0.2%