Make sure you have "minimum-stability": "dev" in your magento composer.json set.
## Setup Cron ##
Because the repositories are private you need to do the folowing:
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 inside into your cronjobs is AOE scheduler. You can download this tool through Magento Connect or GitHub
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.
3. composer require adyen/module-payment
## API Library ##
This module is using the Adyen APIs Library for PHP for all (API) connections to Adyen.
<ahref="https://github.com/Adyen/adyen-php-api-library"target="_blank">This library can be found here</a>
## 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.
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
## 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. <ahref="http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html"target="_blank">This is described here</a>
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. <ahref="http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html"target="_blank">This is described here</a>