payex / magento2-payments
Official PayEx Payments Extension for Magento2
Installs: 7 912
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 8
Forks: 9
Open Issues: 11
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0
- ext-bcmath: *
- ext-soap: *
- aait/php-name-parser: ~1.0.1
- guzzlehttp/guzzle: ^6.2
- payex/payex-ecom-php: ~1.0.2
- ramsey/uuid: ^3.7
- dev-master
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.14
- 1.0.12
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-develop
- dev-feature/brand
- dev-dependabot/composer/payex/payex-sdk-php-approx-3.0.0
- dev-feature/psp
- dev-feature/payex-checkout
- dev-feature/psp-1
- dev-feature/persistent-cart
- dev-no_ip_check
- dev-feature/pxcheckout
This package is auto-updated.
Last update: 2020-04-17 10:43:20 UTC
README
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:
- Bank Debit
- Credit and Debit Cards (Visa, MasterCard, Visa Electron, Maestro)
- One-Click Credit Card
- Financing Credit Account (PayEx Delbetala)
- Financing Invoice
- Invoice Ledger Service
- Electronic value codes
- Gift Cards (Generic Cards)
- MasterPass
- WyWallet
- MobilePay Online
- Swish
eCom Payment methods:
- Credit and Debit Cards
- Invoice
- Vipps
Settle your orders with the largest and most complete payment provider in the Nordics!
Installation
Magento Marketplace
The recommended way of installing is through Magento Marketplace, where you can find The Official PayEx Payment Gateway Extension.
Composer
-
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.
Manually
-
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
-
Enable and configure PayEx Payments in Magento Admin under Stores > Configuration > Sales > Payment Methods > PayEx Payments.
Prerequisites
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.)