altapay / magento2-community
AltaPay: Payments less complicated
Installs: 8 929
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 6
Open Issues: 3
Type:magento2-module
Requires
- php: ^7.0 || ^8.1
- altapay/api-php: ^3.4.5
- dev-main
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.1
- 4.0.0
- 3.9.9
- 3.9.8
- 3.9.7
- 3.9.6
- 3.9.5
- 3.9.4
- 3.9.3
- 3.9.2
- 3.9.1
- 3.9.0
- 3.8.9
- 3.8.8
- 3.8.7
- 3.8.6
- 3.8.5
- 3.8.4
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.9
- 3.7.8
- 3.7.7
- 3.7.6
- 3.7.5
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.13
- 3.6.12
- 3.6.11
- 3.6.10
- 3.6.9
- 3.6.8
- 3.6.7
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.9
- 3.5.8
- 3.5.7
- 3.5.6
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.9
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.0.1
- dev-prevent-multiple-order-history
- dev-create-api-user
- dev-add-cancel-forcefully-option
- dev-auto-config-logo
- dev-optimize_transaction_data
This package is auto-updated.
Last update: 2025-04-10 05:33:07 UTC
README
AltaPay has made it much easier for you as merchant/developer to receive secure payments in your Magento2 web shop.
Supported Payment Methods & Functionalities
|
|
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.
Compatibility
-
Magento 2.3 and above
For Magento 2.2 and below please see AltaPay plugin for Magento2.2
Installation
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
Additional modules
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.
Supported Extensions
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
How to run cypress tests
Prerequisites
- Magento 2 with default theme (Luma) & sample data
- For subscription test, "Argus All-Weather Tank" product should be configured as subscription product
Steps:
-
Navigate to
tests/integration-test
-
Install cypress by executing
npm i
-
Update
cypress/fixtures/config.json
-
Run cypress
./node_modules/.bin/cypress open
Changelog
See Changelog for all the release notes.
License
Distributed under the MIT License. See LICENSE for more information.
Documentation
For more details please see docs