altapay/magento2-community

AltaPay: Payments less complicated

Installs: 7 386

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 9

Forks: 6

Open Issues: 1

Type:magento2-module


README

AltaPay has made it much easier for you as merchant/developer to receive secure payments in your Magento2 web shop.

Latest Stable Version Total Downloads License

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

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.

Supported Extensions

The AltaPay Payment extension has been tested and confirmed to be compatible with the following modules:

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