This Magento 2 Cardlink payment gateway is designed for making credit card payments through Cardlink (Greece).
This payment gateway uses the redirect method where the user is redirected to the processing site (Cardlink) to make the actual payment.
After payment verification, Cardlink 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 Cardlink backoffice to administer his payments.
This module supports free and charged instalments.
Compatible with Magento 2.4.x
Cardlink
The package includes installation instructions.
Plugin version: 1.0.20
Last plugin update: 11-09-2023
Installation Instructions:
1 - unzip the package in your Magento installation, only new files will be added to the app/code/Webit/Cardlink folder
2 - enable module: bin/magento module:enable --clear-static-content Webit_Cardlink
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_Cardlink
In order to update static files: bin/magento setup:static-content:deploy