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