We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Estonian Bank Links - Magento 2
Features
- Adds Swedbank, SEB, LHV, Luminor banklinks payment to the Magento 2 installation
- Easy configuration
- Automatic invoice creation
- Payment limit for specific countries
Magento 2 extension
Banklinks - Swedbank / SEB / Luminor / LHV
Integration manual
Overview
Module allows your customers to pay with following Estonian banklinks: Swedbank, SEB ,Luminor and LHV.
Extension uses redirect method and therefore customers are not entering any sensitive data (credit card number etc) directly on store. All data is handled by providers where customer is redirected to.
Features
- Adds Swedbank, SEB, LHV, Luminor banklinks payment to the Magento 2 installation
- Easy configuration
- Automatic invoice creation
- Payment limit for specific countries
Workflow
- Customer choose banklink from enabled payment methods
- After clicking on “Place order” button, the customer is redirected to selected provider website.
- Customer authorising payment on provider website
- Customer is redirected back to your shop
- Invoice is automatically generated
- Order status changed to processing
System Requirements
The extension has been tested to work with the following software versions:
- Magento Community 2.3*
- PHP 5.6 or above, suggested PHP 7.1
Installation
Before you try to install the extension, we recommend that you create a backup of your Magento 2 installation (filesystem and database)
- Download the extension
- Unpack the file
- Upload it to your Magento installation root directory (or extensions directory if the file tree does not start with app/code/….)
Eg app/code/NutShell/Lhv etc
- Enter the following commands at the command line:
- bin/magento module:enable NutShell_Lhv, NutShell_Luminor, NutShell_Seb, NutShell_Sedbank
- bin/magento setup:upgrade
- bin/magento cache:flush
- Clean the cache
- bin/magento cache:clean
- Logout from admin then login again to access module configuration
- Proceed to configuration at Stores → Configuration → Sales → Payment Methods → Swedbank
Configuration
Once the extension is installed, it can be configured via Stores → Configuration → Sales → Payment methods
Field name |
Description |
Enabled Scope: Website |
Payment is enabled or disabled |
Title Scope: Store view |
Title that is shown in checkout as Payment method |
Test mode Scope: Website |
In test mode, bank will use development environments. Real money is not moved. Supported by: SEB, Luminor |
Gateway URL Scope: Store view |
Added automatically during module installation |
Merchant ID Scope: Global |
Sent by bank as VK_SND_ID |
Bank Certificate Scope: Global |
Public key provided by bank. |
Private key Scope: Global |
Merchant private key which is generated with public key. |
Private key password Scope: Global |
Password added during key generation. Leave empty if no password is used. |
Sort Order Scope: Store view |
When system has several active payment methods installed, this field determines their display order. |
Payment from Applicable Countries Scope: Store view |
Choose All allowed countries or Specific countries |
Payment from Specific Countries Scope: Store view |
Select specific countries to whom payment method will be disabled |
Changelog
Version / date |
Description |
2.0.1 / 21.04.2019 |
Added test gateway url options in admin for Luminor and Seb |
2.0.0 / 20.10.2018 |
Initial setup |