This Adobe Commerce Magento 2 Nexi Xpay payment gateway is designed for making credit card payments through Nexi Xpay (Greece ).
This payment gateway uses the redirect method where the user is redirected to the processing site (Nexi Xpay) to make the actual payment.
After payment verification, the Nexi Xpay e-Commerce system notifies the merchant's e-commerce site and returns the customer back to it. This process is transparent for the customer. The merchant can then connect to his Nexi Xpay backoffice to administer his payments.
This extension supports free /charged instalments.
Compatible with Adobe Commerce Magento 2.4.x
Nexi Xpay (Nexi XpayGreece)
The package includes installation instructions.
Plugin version: 1.0.1
Last plugin update: 24-04-2024
Installation Instructions:
1 - unzip the package in your Magento installation, only new files will be added to the app/code/Webit/Nexixpay folder
2 - enable module: bin/magento module:enable --clear-static-content Webit_Nexixpay
3 - upgrade database: bin/magento setup:upgrade
4 - deploy command: bin/magento setup:static-content:deploy -f
5 - flush command: bin/magento cache:flush
6 - compile command: bin/magento setup:di:compile
In order to deactivate the module bin/magento module:disable --clear-static-content Webit_Nexixpay
In order to update static files: bin/magento setup:static-content:deploy