Type
magento2-module
Official PayEx Payments Extension for Magento2
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
The Official PayEx Payment Gateway Extension for Magento 2 can be used in Sweden, Norway, Denmark and Finland and provides seamless integration with PayEx' rich Payments API. Empower your Magento shop with a user friendly way to pay and receive payments for the products you have up for sale!
You can configure the extension to receive payments in a number of different ways, in all Nordic currencies: SEK, NOK, DKK and EUR. Best of all: The extension is free!
At the time of purchase, after checkout confirmation, the customer will be redirected to the secure PayEx Payment Gateway. Depending on how you configure the extension, the customer will be presented with the desired method of payment and can settle the order in a secure and user friendly manner directly in the browser. The Payment Gateway is responsive and works just as well on desktop as on mobile browsers.
All payments will be processed in a secure PCI DSS compliant environment so you don't have to think about any such compliance requirements in your web shop. With PayEx, your customers can pay by:
eCom Payment methods: * Credit and Debit Cards * Invoice * Vipps
Settle your orders with the largest and most complete payment provider in the Nordics!
The recommended way of installing is through Magento Marketplace, where you can find The Official PayEx Payment Gateway Extension.
Go to Magento2 root folder
Enter following commands to install module:
composer require payex/magento2-payments
Wait while dependencies are updated.
Enter following commands to enable module:
php bin/magento module:enable PayEx_Payments --clear-static-content
php bin/magento setup:upgrade
php bin/magento cache:clean
Enable and configure PayEx Payments in Magento Admin under Stores > Configuration > Sales > Payment Methods > PayEx Payments.
Clone repository with extension:
git clone https://github.com/PayEx/PayEx.Magento2
Move extension files to {magento_root}/app/code/PayEx/Payments directory:
mkdir -p /app/code/PayEx/Payments
mv PayEx.Magento2/* /app/code/PayEx/Payments/
Go to Magento2 root folder and enter following commands to install dependencies:
composer require payex/php-api
composer require aait/php-name-parser
composer require guzzlehttp/guzzle
composer require ramsey/uuid
Enter following commands to enable module:
php bin/magento module:enable PayEx_Payments --clear-static-content
php bin/magento setup:upgrade
php bin/magento cache:clean
For financing invoice tax settings Magento 2 must be configured as below in Configuration->Tax:
Catalog Prices - Excluding Tax (This sets whether catalog prices entered from Magento Admin include tax.)
Shipping Prices - Excluding Tax (This sets whether shipping amounts entered from Magento Admin or obtained from gateways include tax.)