adyen / adyen-magento2-expresscheckout
Official Adyen Magento2 plugin to add express payment method shortcuts.
Installs: 82 469
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 9
Forks: 6
Open Issues: 21
Type:magento2-module
Requires
- adyen/module-payment: ^9.8.1
Requires (Dev)
- dev-main
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.0.0
- dev-renovate/mariadb-11.x
- dev-renovate/major-github-artifact-actions
- dev-renovate/mcr.microsoft.com-playwright-1.x
- dev-ECP-9496
- dev-promote/main
- dev-update-e2e-workflow
- dev-develop
- dev-ECP-9144
- dev-ECP-8945
- dev-ECP-9172
- dev-ECP-9209
- dev-feature/amazonpayExpress
- dev-ECP-8715
- dev-main-1
- dev-develop-1
- dev-PW-6269
- dev-PW-7529
This package is auto-updated.
Last update: 2024-11-06 09:53:31 UTC
README
This module gives our customers the ability to use Apple Pay and Google Pay as an express payment method flow. This module is to be used along with the Adyen Payment plugin for Magento 2 and is not a standalone product.
Features
- Apple Pay express checkout options on the product page, mini cart and cart.
- Google Pay express checkout options on the product page, mini cart and cart.
- PayPal express checkout options on the product page, mini cart and cart.
More express flows will be coming in 2023.
Requirements
This plugin supports
- Magento 2 version 2.4 and higher
- Adyen Payment plugin for Magento 2 v8.8.0 and higher
Installation
You can install our plugin through Composer:
composer require adyen/adyen-magento2-expresscheckout
bin/magento module:enable Adyen_ExpressCheckout
bin/magento setup:upgrade
bin/magento cache:clean
Configuration Steps
- Add the payment method in your Customer Area.
- Make sure that Payment methods are activated in your Magento configuration.
- In the Magento admin page, go to Accepting Payments > Online Checkout > Express Payments > Show Google Pay on > Select one or all of your desired options.
- For Apple Pay: Use Adyen's Apple Pay Certificate to go live, without designing your Apple Pay integration.
- For Google Pay: Set up Google Pay.
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
Read our contribution guidelines to find out how.
Releases
- 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.
- A minor or a patch release is scheduled but not limited to once a month.
Note: This can be subject to change based on the load and dependencies of the Integration tools team.
Verified Payment Methods
- Apple Pay
- Google Pay
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.
License
MIT license. For more information, see the LICENSE file.