Installation

To configure the seQura extension, follow the classic Magento 2 installation process by running the following commands:

  • Run the command: composer require sequra/magento2-core /
  • Enable the seQura Core module: php bin/magento module:enable Sequra_Core

Hyvä Themes

If the Hyvä theme is activated on the website, the following should be executed:

  • Install viaPrivate Packagist : Hyvä Compatibility modules that are tagged as stable can be installed using composer via packagist.com:
    • Install via Composer:
    composer require hyva-themes/magento2-sequra-cor
    • Enable module:
    bin/magento setup:upgrad

  • Install via Gitlab: For development of or to contribute to a compatibility module, it needs to be installed using composer via gitlab. This installation method is not suited for deployments, because gitlab requires SSH key authorization.
    • Install via Composer: If this is the first time a compatibility module is installed via gitlab, the compat-module-fallback repository has to be added as a composer repository. This step is only required once.
    • composer config repositories.hyva-themes/magento2-compat-module-fallback git [[email protected]](mailto:[email protected]):hyva-themes/magento2-compat-module-fallback.git
    • When the compat-module-fallback repo is configured, the compatibility module itself can be installed with composer:
    • composer config repositories.hyva-themes/magento2-sequra-core git [[email protected]](mailto:[email protected]):hyva-themes/hyva-compat/magento2-sequra-core.git\
      composer require hyva-themes/magento2-sequra-core:dev-main
    • Enable module:
    • bin/magento module:enable Hyva\_SequraCore\
      bin/magento setup:upgrade

Connect integration

After the installation, you can access the seQura configuration page at Sales → SeQura:


  1. Once inside the seQura configuration page, you must enter the credentials (username and password) and select the appropriate environment: Sandbox (testing environment) or Live (production environment).
  1. If the credentials are valid, you will be redirected to the next step, the country configuration. This is where you configure the countries in which you want to offer seQura payment methods. Just like in the previous step, it is necessary to add the corresponding merchant ID (username) for each country.

  2. After completing the country configuration, we move on to the step for configuring the promotional widgets. Here, you configure the appearance of the widgets. You can find different styles of the widget here: SeQura Widget Simulator