Download the PHP package altapay/magento2-community without Composer
On this page you can find all versions of the php package altapay/magento2-community. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download altapay/magento2-community
More information about altapay/magento2-community
Files in altapay/magento2-community
Package magento2-community
Short Description AltaPay: Payments less complicated
License MIT
Informations about the package magento2-community
AltaPay for Magento2 Community
AltaPay has made it much easier for you as merchant/developer to receive secure payments in your Magento2 web shop.
Supported Payment Methods & Functionalities
| Functionalities | Support | | :------------------------ | :-----------: | | Reservation | ✓ | | Capture | ✓ | | Instant Capture | ✓ | | Multi Capture | ✓ | | Recurring / Subscription | ✓ | | Release | ✓ | | Refund | ✓ | | Multi Refund | ✓ | | 3D Secure | ✓ | | Fraud prevention (other) | ✓ | | Reconciliation | ✓ | | MO/TO | ✗ | | | Payment Methods | Support | | ------------------- | :-----------: | | Card | ✓ | | Invoice | ✓ | | ePayments | ✓ | | Bank-to-bank | ✓ | | Interbank | ✓ | | Cash Wallet | ✓ | | Mobile Wallet | ✓ | |
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