Skip to content

Adyen Payment 4.0.3

Compare
Choose a tag to compare
@Aleffio Aleffio released this 03 May 14:36
dc96f65

Please note that this version is not backwards compatible with Magento 2.1

Fixes:
#432 Installments error when disabled
#434 Housenumber parsing was not working properly
#433 fix for Oney payment method

Update instructions if you are upgrading from a version lower then 3.0.0

Version 3.0.0 replaces Client Side Encryption (CSE) for credit card processing with Secured Fields.
If you have enabled CSE on your Magento2, please follow the instructions below:

Generate an Adyen API Key:

  1. Log in to your Customer Area.
  2. Navigate to Account > Users, and click the web service user that you set in your Magento, for example: ws@Company.[YourCompanyAccount].
  3. Under Authentication, click Generate New API Key.
  4. Don't forget to copy and securely store the API Key in your system. If you lose this API Key, you won't be able to restore it later.
  5. Click Save at the bottom of the page.

Set up the Adyen API Key in Magento:

  1. Log in to your Magento2 admin panel.
  2. In the main menu, go to Stores > Configuration.
  3. In the left navigation bar, go to Sales > Payment Methods.
  4. Click on the Adyen All-in-One Payment Solutions
  5. In the Required Settings section, fill out the Test: Api-Key / Live: Api-Key fields.
  6. Fill out the Live endpoint prefix field: Provide the unique live url prefix: [random]-[company name] from the API URLs and Response menu in the Adyen Customer Area. For more information, please check our documentation.

Since the CSE credit card form is replaced with the Secured Fields form,
make sure that your checkout layout is displayed according to your expectations.