PHPackages                             swedbank-pay/magento2-checkout - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. swedbank-pay/magento2-checkout

ActiveMagento2-module[Payment Processing](/categories/payments)

swedbank-pay/magento2-checkout
==============================

Replaces checkout in Magento 2 with a onepage checkout with prepared Swedbank Pay elements

2.9.0(4y ago)21.9k2[6 PRs](https://github.com/SwedbankPay/swedbank-pay-magento2-checkout/pulls)Apache-2.0PHPPHP ~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0

Since Oct 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SwedbankPay/swedbank-pay-magento2-checkout)[ Packagist](https://packagist.org/packages/swedbank-pay/magento2-checkout)[ RSS](/packages/swedbank-pay-magento2-checkout/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (8)Versions (32)Used By (0)

Swedbank Pay Checkout for Magento 2
===================================

[](#swedbank-pay-checkout-for-magento-2)

[![Build Status](https://camo.githubusercontent.com/d3c98a93a2909348c9465388967e1e8e6138bbf82815f6c0750d88103cbf459b/68747470733a2f2f7472617669732d63692e6f72672f5377656462616e6b5061792f7377656462616e6b2d7061792d6d6167656e746f322d636865636b6f75742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SwedbankPay/swedbank-pay-magento2-checkout)[![Latest Stable Version](https://camo.githubusercontent.com/cee96a9753cbb38a1a923ba5ce17b8c02560ebfdb651d394ae236bad0f8edef6/68747470733a2f2f706f7365722e707567782e6f72672f7377656462616e6b2d7061792f6d6167656e746f322d636865636b6f75742f76657273696f6e)](https://packagist.org/packages/swedbank-pay/magento2-checkout)[![Total Downloads](https://camo.githubusercontent.com/d012a9105ba716a730fa32ea46377c2f47c0c716368a355879bd3086ad06a6f6/68747470733a2f2f706f7365722e707567782e6f72672f7377656462616e6b2d7061792f6d6167656e746f322d636865636b6f75742f646f776e6c6f616473)](https://packagist.org/packages/swedbank-pay/magento2-checkout)[![License](https://camo.githubusercontent.com/7ea2f736d8ce6782b7b01849043914b032247c8bcbd206bb2cc7507ff67217b9/68747470733a2f2f706f7365722e707567782e6f72672f7377656462616e6b2d7061792f6d6167656e746f322d636865636b6f75742f6c6963656e7365)](https://packagist.org/packages/swedbank-pay/magento2-checkout)

[![Swedbank Pay Magento 2 Checkout](https://repository-images.githubusercontent.com/211832269/616bd480-53ee-11ea-96f1-83ad4b3bf643)](https://repository-images.githubusercontent.com/211832269/616bd480-53ee-11ea-96f1-83ad4b3bf643)

About
-----

[](#about)

**UNSUPPORTED**: This extensions 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 Official Swedbank Pay Checkout Extension for Magento 2 provides seamless integration with Swedbank Pay Checkout, allowing your customers to pay swiftly and securely with credit card, invoice (Norway and Sweden), Vipps (Norway) and Swish (Sweden). Credit card payments are available world-wide.

Requirements
------------

[](#requirements)

- Magento Open Source/Commerce version 2.2 or newer
- A Swedbank Pay merchant account, read more and [contact us](https://www.swedbankpay.no/vare-losninger/ta-betalt-pa-nettet/checkout) to get one.

**Please Note:** When your Swedbank Pay Merchant Account is created, there are a [few things you need to attend to](https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/resources/admin/) before you can start using it.

Installation
------------

[](#installation)

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

### Magento Marketplace

[](#magento-marketplace)

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

For installation using the Component Manager, please see the [official guide](https://docs.magento.com/marketplace/user_guide/buyers/install-extension.html).

### Composer

[](#composer)

Swedbank Pay Checkout 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-checkout --no-update
    ```
2. Install module and required packages:

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

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

    ```
    bin/magento setup:upgrade
    ```
5. Compile:

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

    ```
    bin/magento cache:clean
    ```

Configuration
-------------

[](#configuration)

Swedbank Pay Checkout configuration can be found under **Stores** &gt; **Configuration** &gt; **Sales** &gt; **Payment Methods** &gt; **Swedbank Pay** &gt; **Configure**.

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

### Core

[](#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.

### Checkout

[](#checkout)

- **Enabled**: Status of the module.
- **Required**: Enable to require checkin in checkout.

### Payment Menu

[](#payment-menu)

- **Enabled**: Enable to active Swedbank Pay payment menu.
- **Terms of Service Page**: Set page to link as terms of service page in checkout.

FAQ
---

[](#faq)

**Q:** Is it possible to disable customer's checkin?
**A:** The checkin part of the module can be made optional by allowing guest login. This can be done by setting **Checkin Required** to **No** inside **Checkout Configuration**

**Q:** How can we test the module using test credentials?
**A:** To be able to use test credentials, you can enable test mode by setting **Test Mode** to **Yes** inside **Core Configuration**. For in-depth logging, you can also enable debug mode by setting **Debug Mode** to **Yes**

Please note: Remember to disable **Test Mode** in production site as test credentials should only be used for testing purposes.

Support
-------

[](#support)

To find the customer service available in your country, please visit [the Swedbank Pay website](https://www.swedbankpay.com/).

Release Notes
-------------

[](#release-notes)

- **1.1.0**: October 2019 - Now known as Swedbank Pay Checkout and with improved 1-phase payments support.
- **1.0.0**: May 2019 - First official release.

License
-------

[](#license)

Swedbank Pay Checkout for Magento 2 is released under [Apache V2.0 licence](LICENSE).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 57.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~60 days

Total

24

Last Release

1645d ago

Major Versions

1.2.0 → 2.0.02020-03-27

PHP version history (3 changes)1.1.0PHP ~7.0.13||~7.1.0||~7.2.0

2.0.0PHP ~7.0.13||~7.1.0||~7.2.0||~7.3.0

2.9.0PHP ~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f6f1fb93fc10e82fe45d4fe0112b742df7fd32034b7f3543aef84c3f6bd5602?d=identicon)[swedbankpay](/maintainers/swedbankpay)

---

Top Contributors

[![asbjornu](https://avatars.githubusercontent.com/u/12283?v=4)](https://github.com/asbjornu "asbjornu (148 commits)")[![shahriar-vdc](https://avatars.githubusercontent.com/u/59009669?v=4)](https://github.com/shahriar-vdc "shahriar-vdc (83 commits)")[![samtroll](https://avatars.githubusercontent.com/u/25906221?v=4)](https://github.com/samtroll "samtroll (20 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![TobiasLufinity](https://avatars.githubusercontent.com/u/32361984?v=4)](https://github.com/TobiasLufinity "TobiasLufinity (1 commits)")

---

Tags

magentomagento-extensionmagento-extension-freemagento-marketplacemagento2modulepayment-gatewayswedbank-payswedbank-pay-checkoutswedbankpayswedbankpay-checkoutmagentopaymentswedbank-pay

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/swedbank-pay-magento2-checkout/health.svg)

```
[![Health](https://phpackages.com/badges/swedbank-pay-magento2-checkout/health.svg)](https://phpackages.com/packages/swedbank-pay-magento2-checkout)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
