swedbank-pay/magento2-payments

A Swedbank Pay Payments module for Magento 2

1.2.4 2021-07-15 19:42 UTC

README

Swedbank Pay Magento 2 Payments

About

UNSUPPORTED: This extension is at an early stage of development and is not supported as of yet by Swedbank Pay. It is provided as a convenience to speed up your development, so please feel free to play around. However, if you need support, please wait for a future, stable release.

The Swedbank Pay Payments module for Magento 2 integrates the all the payment methods provided by Swedbank Pay into Magento 2 for enabling interaction with the Swedbank Pay eCommerce API.

Requirements

  • Magento Open Source/Commerce version 2.2 or newer

Please Note: When your Merchant Account is created, there are a few things you need to attend to before you can start using it.

Installation

Swedbank Pay Magento 2 Payments may be installed via Magento Marketplace or Composer.

Magento Marketplace

If you have linked your Marketplace account to your Magento 2 store, you may install the Swedbank Pay Magento 2 Payments with the Magento Component Manager.

For installation using the Component Manager, please see the official guide.

Composer

Swedbank Pay Payments for Magento 2 can alternatively be installed via composer with the following instructions:

  1. In the Magento root directory enter command:

    composer require swedbank-pay/magento2-payments --no-update
  2. Install module and required packages:

    composer update swedbank-pay/magento2-payments --with-dependencies
  3. Enable the modules:

    bin/magento module:enable --clear-static-content SwedbankPay_Core SwedbankPay_Payments
  4. Upgrade setup:

    bin/magento setup:upgrade
  5. Compile:

    bin/magento setup:di:compile
  6. Clear the cache:

    bin/magento cache:clean

Configuration

Swedbank Pay Payments configuration can be found under Stores > Configuration > Sales > Payment Methods > Swedbank Pay > Configure.

As parts of the Swedbank Pay Payments installation we have Core, Payments and Payment Menu with configurable options as follows:

Core

  • Enabled: Status of the module.
  • Merchant Account: Your Swedbank Pay Merchant Account ID.
  • Payee ID: Your Swedbank Pay Payee ID.
  • Payee Name: Your Swedbank Pay Payee Name.
  • Test Mode: Only disable in live production site.
  • Debug Mode: Enable this for more in-depth logging, should be off by default.

Payments

  • Enabled: Status of the module.
  • Available Instruments: Enable different payment instruments. (Please go to store view scope to select payment instruments)

Support

To find the customer service available in your country, please visit the Swedbank Pay website.

License

Swedbank Pay Magento 2 Payments is released under Apache V2.0 licence.