Powered by Adobe Commerce 2.4.8-p3

This extension is in our Payment category. Please remember that it is the merchant’s responsibility to ensure the proper PCI compliance level of their store, as applicable by PCI regulations. The PCI Self-Assessment is one tool you can use when evaluating Payment extensions and how they may affect your PCI compliance level. For more information on Marketplace policies, please review the Marketplace Terms & Conditions.
logo.png

Resurs

PRODUCT:
0
TOTAL:

Trader Information

Back to top

Overview

Back to top

Integration of Resurs Bank payment gateway and associated APIs. Resurs Bank supplies payment solutions (primarily within Nordic countries) for eCommerce as well as physical stores, giving merchants the tools they require to combine their online and real-world presence. The services provided by our APIs will handle anything from small vendors to large chains. Our company also offer regular banking operations and associated services.

 

This extension provides integration of most APIs and exposed features supplied by Resurs Bank to manage payments and related resources. It adds new payment methods to the standard checkout procedure as well as a widget to let the client fetch their adress using either the SSN or phone number where applicable. It's open source and can thus be enhanced or extended in any way required to fit any custom procedure you may require for your unique solution.

  

MAPI

Upon checkout, customers are redirected to the Resurs Bank gateway website. Depending on the selected method of payment the client may be redirected again to an external partner (namely this applies for credit card solutions and Swish). The customer enters his or her payment information directly into the secure environment so that the web shop never comes into contact with the customers payment data. Once the payment process is complete, customers will redirected back to your store. No customer data is ever entered into, or stored on, the Magento server.

 

Features

  • Widget to fetch address on the first step of the standard checkout page.
  • Custom payment methods added to the second checkout step of the standard checkout page.
  • Gateway command integration to perform capture, refund and annulment of payment when the corresponding command is invoked by Magento on an order.
  • History tracking of payments and related order actions (available on the order view in the administration panel).
  • Integration of callbacks from the gateway (executed post-purchase). Callbacks reflect events applied on a payment to the history tracking feature (described above), handle submission of the order confirmation email (initially blocked by the module itself during checkout to ensure it's not sent until the purchase is fully completed) and manipulate order status to reflect the state of the payment.
  • Widget displayed on product pages to exhibit estimated installment price should the customer select a method supporting this payment model during checkout.

 

Documentation

 

Account and Pricing

An additional merchant account is required, and additional fees apply. The account is not created during extension installation. To create a merchant account please contact our sales department to negotiate a price that fits your unique requirements.

 

Technical Specifications

Back to top

Seller profile

Resurs Bank

Seller contact

E-mail

Current Version

2.4.9

Adobe Commerce platform compatibility

Magento Open Source: 2.4 (current)

Type

Stable Build

Updated

13 January, 2026

Categories

Extensions, Payments & Security, Checkout Enhancements, Payment Integration

Documentation

Installation Guides

User Guides

License Type

Apache License 2.0

Policy

Privacy Policy

Quality Report

Back to top

Installation & Varnish Tests

Passed

Coding Standard

Passed

Plagiarism Check

Passed

Malware Check

Passed

Marketing Review

Passed

Manual Testing

Passed

All tests were conducted on the latest versions of Adobe Commerce that existed for the compatible release lines at the moment of the extension submission. Latest versions of all other software were used, as applicable.

Release Notes

Back to top

2.4.9:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * PD-3899 Make use of CurlException::getDetailedMessage in Authorize errors.

2.4.8:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * PD-3848 Adjust article no validation to support 255 character SKUs.
    * PD-3847 Re-order artNo filtering steps to prevent mismatches between payment creation and after-shop actions.

2.4.7:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Re-tag to fix missing commit issue.

2.4.6:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * PD-3829 Add setting for template overrides.

2.4.5:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * PD-279 Add getMethodByCode method to Helper\PaymentMethods\Ecom.
    * PD-149 Remove redundant info about developer mode.
    * PD-279 Clean up FetchCostList controller and remove PriceSignage use in Model\ConfigProvider.

2.4.4:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * M2C-454 Remove typed class constants.
    * M2OM-255 Remove typed class constants.
    * MMA-349 Remove typed class constants.
    * M2PP-92 Remove typed class constants.

2.4.3:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * M2C-452 Implementation of CSS controller to avoid inline CSS.
    * M2C-449 Enable Resurs cache by default.
    * M2C-450 Enable token cache.
    * MMA-329 Dynamic cost list fetching in checkout to reduce performance bottlesnecks.
    * M2C-448 Update documentation text and images.
    * MMA-341 Improve handling of customerType when creating payment.
    * MMA-342 Update cost list on order summary change.

2.4.2:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * MMA-339 Clean up handling of environment setting.
    * M2C-447 Use getApiEnvironment to get environment. Update default value for environment in config.xml.

2.4.1:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    #### 2.4.1

    * Fix dependency issue in magento-mapi package.

    #### 2.4.0

    * M2PP-87 Add type hint to factory output of known type.
    * M2PP-89 Integrate updated widgets.
    * M2OM-251 Add return values to callback function.
    * M2OM-250 Cast qty\_ordered to float.
    * M2OM-249 Centralize the getProductData method from the converter classes to AbstractConverter.
    * M2OM-242 Use CallbackInterface::getStatus() instead of the status property.
    * M2OM-248 Remove use of productQty.
    * M2OM-244 Integrate updated widgets.
    * M2OM-245 Restructure logging of callback test.
    * MMA-336 Use correct group when fetching handle\_frozen\_payments.
    * MMA-331 Add isEnabled check to capture method to prevent call to MAPI when order management is disabled.
    * MMA-329 Add collectTotals call when requesting price signage using quote grand total.
    * MMA-325 Update environment, client id and client secret settings.
    * MMA-320 Integrate updated widgets.
    * M2OM-240 Cleaning out legacy code.
    * M2C-446 Change parsing of PHP requirements.
    * M2C-438 Add dependencies to control patch order.
    * MMA-326 Do not wipe SSN data when assining payment method data as this appears to break repeated uses of the GetAddress widget.
    * M2C-438 Change the environment setting to strings instead of int, update client id/secret setting paths.
    * M2C-437 Centralize getProductData to the AbstractConverter class.
    * M2C-439 Add comment explaining why controller method attempts to catch exception which appears not to be thrown.
    * M2C-436 Remove productQty parameter.
    * M2C-435 Restore logging for failed offline cancel.
    * M2C-443 Integrate updated widgets.
    * M2OM-240 Changed PHP requirement.

2.0.4:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Fixed problem in API integration.

2.0.3:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Improve phone number validation.
    * Fix localization bug in admin.
    * Fix store selector in admin.

2.0.2:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Added support for the Resurs Merchant API.
    * Updated all modules to their latest versions.

1.2.12:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Removed restrictions on VAT, allowing any tax rate percentage in API communication.

1.2.11:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Improve handling of credit denied status.

1.2.6:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Updated order management, fixed problem with order visibility on frontend.

1.2.5:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Fixed repository configuration for all modules.

1.2.3:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Fixed problem with payment information not rendering on order view when using enterprise edition.

1.2.2:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    - Bug fix for handling of bundles with dynamic pricing

1.2.1:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Added payment method CARD as usable by the part payment widget
    * Fix use of deprecated syntax in the magento-core package.

1.2.0:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Code execution improvements.

1.1.5:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Fixed of callback queue in order management.

1.1.4:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Corrected tax calculation for fixed price bundle products
    * Simplified price extraction for products

1.1.3:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * PHP 7.4 compatibility fix

1.1.2:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Prevent multiple loads of success view, this will now cause user to be redirected to the cart

1.1.1:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    * Ensure that Resurs Checkout orders are properly canceled and reserved products become salable again if credit has been denied

1.1.0:

  • Compatible with Magento Open Source : 2.4
  • Stability: Stable Build
  • Description:

    Initial release to Market Place.

Support

Back to top

The best place to start if you need help with a specific extension is to contact the developer. All Adobe Commerce developers have both a contact email and a support email listed.

Contact Vendor

Q & A

Back to top

Reviews

Back to top