Type
magento2-module
Replaces checkout in Magento 2 with a onepage checkout with prepared Payex elements
magento2-module
Apache-2.0
None
None
None
None
None
The Official PayEx Checkout Extension for Magento 2 provides seamless integration with PayEx Checkout, allowing your customers to pay swiftly and securely with credit card, invoice (Norway and Sweden), Vipps (Norway) and Swish (Sweden). Credit card payments are available world-wide.
Please Note: When your PayEx Merchant Account is created, there are a few things you need to attend to before you can start using it.
PayEx Checkout for Magento 2 may be installed via Magento Marketplace or Composer.
If you have linked your Marketplace account to your Magento 2 store, you may install the PayEx Checkout for Magento 2 with the Magento Component Manager.
For installation using the Component Manager, please see the official guide.
PayEx Checkout for Magento 2 can alternatively be installed via composer with the following instructions:
In the Magento root directory enter command:
composer require payex/magento2-checkout
Make sure everything is up to date:
composer update
Enable the modules:
bin/magento module:enable --clear-static-content PayEx_Core PayEx_Client PayEx_Checkin PayEx_PaymentMenu PayEx_Checkout
Upgrade setup:
bin/magento setup:upgrade
Compile:
bin/magento setup:di:compile
Clear the cache:
bin/magento cache:clean
PayEx Checkout configuration can be found under Stores > Configuration > Sales > Payment Methods > PayEx > Configure.
As parts of the PayEx Checkout installation we have Client, Checkout, Checkin and Payment Menu with configurable options as follows:
To find the customer service available in your country, please visit the PayEx website.
PayEx Checkout for Magento 2 is released under Apache V2.0 licence.