Magento 2
Requirements
Before installing the extension, ensure your environment meets the following requirements:
Magento version: 2.4.7
PHP version: 8.3
Using an unsupported version of Magento or PHP may result in unexpected behavior.
Installation Instructions
Follow these steps to install the E-commerce Gateway extension:
Navigate to the Magento 2 code directory
Go to your Magento installation path:
magento2/app/code
Extract the extension files
Unzip the downloaded extension package and place its contents into:
magento2/app/code
Folder structure should look like:
magento2/app/code/Tietoevry/EGW
Enable the extension via command line
Open a terminal and navigate to the root of your Magento installation and then run the following commands:
php bin/magento module:enable Tietoevry_EGW php bin/magento setup:upgrade php bin/magento cache:flush
The extension is now installed and ready for configuration.
Configuration Instructions
The payment methods provided by the E-commerce Payment Gateway extension are disabled by default. To enable and configure them:
Log in to the Magento Admin Panel
By default, this is accessible at:
https://<your_domain>/admin
Navigate to the configuration settings
In the left-hand menu, go to:
Stores → Configuration
Access payment method settings
Under the Sales section, click on Payment Methods.

Locate the E-commerce Gateway settings
Scroll to the Other Payment Methods section and find Tietoevry E-commerce Payment Gateway.
5. Configure the extension:
- Set Enabled to Yes to activate the payment methods. - Choose the desired Environment: - Sandbox (recommended for testing) - Live (for production use) - Enter your OAuth2 credentials as provided by Tietoevry.

Last updated
Was this helpful?