AltaPay has made it much easier for you as merchant/developer to receive secure payments in your Magento2 web shop.
|
|
Note, If you are getting 403 forbidden error in "Magento Commerce Cloud". It can be caused by "Fastly", which blocks our callbacks. In this case, please contact fastly support.
-
Magento 2.3 and above
For Magento 2.2 and below please see AltaPay plugin for Magento2.2
Run the following commands in Magento 2 root folder:
composer require altapay/magento2-community
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
We have created several supplementary modules to enhance the features of AltaPay for Magento2 Community.
- AltaPay for Magento 2 Recurring Payments - Enable subscription and recurring payment processing on your Magento 2 online store. This module ensures seamless integration with Amasty Subscriptions & Recurring Payments.
- Fooman Order Fees extension integration - Charge Magento customers extra fees and order upgrades at checkout time.
The AltaPay Payment extension has been tested and confirmed to be compatible with the following modules:
- Amasty Subscriptions & Recurring Payments
- Amasty One Step Checkout Pro
- OneStepCheckout
- Fooman Order Fees
- Fire Checkout - One Page Checkout
- Mageplaza OneStepCheckout
- Amasty Mass Order Actions
Prerequisites
- Magento 2 with default theme (Luma) & sample data
- For subscription test, "Argus All-Weather Tank" product should be configured as subscription product
-
Navigate to
tests/integration-test -
Install cypress by executing
npm i -
Update
cypress/fixtures/config.json -
Run cypress
./node_modules/.bin/cypress open
See Changelog for all the release notes.
Distributed under the MIT License. See LICENSE for more information.
For more details please see docs