A payment is expected to be simple, secure and fast, regardless of whether it takes place in a physical store or online. With over 6 million customers around the Nordics, we make sure to be up-to-date with smart payment solutions where customers shop.
At checkout, your customer can choose between several flexible payment options, something that not only provides a better shopping experience but also generates more and larger purchases.
Sign up for Resurs!
Find out more in about the plugin in our documentation.
System Requirements
- Required: PHP 8.1 or higher
- Required: WooCommerce 7.6.0 or higher
- Required: SSL - HTTPS must be fully enabled. This is a callback security measure required by Resurs Bank.
- Required: CURL (php-curl) with CURLAUTH_BEARER
- Recommended: Latest stable WordPress release
External services
This plugin is a payment gateway. To create and manage Resurs payments it must communicate with Resurs Bank AB (publ) external services.
External calls only occur when the plugin is configured with valid Resurs credentials and a Resurs payment flow is used.
Endpoints
Production:
https://merchant-api.resurs.com/
Test:
https://merchant-api.integration.resurs.com/
Legal
Terms:
https://www.resursbank.se/dokument-och-blanketter
Privacy policy:
https://www.resursbank.se/om-oss/integritet-och-sakerhet
Customer GDPR information:
https://www.resursbank.se/om-oss/integritet-och-sakerhet/gdpr-som-kund
Preferred Method is to install and activate the plugin through the WordPress plugin installer.
Doing it manually? Look below.
- Upload the plugin archive to the "/wp-content/plugins/" directory.
- Activate the plugin through the "Plugins" menu in WordPress.
- Configure the plugin via Resurs Bank control panel in admin.
See the full changelog here.
For full documentation, please refer to our
documentation.
Latest changes:
1.2.33
- Updated bundled ECom library to 3.4.2.
1.2.32
- Fixed null-pointer issue when
EcomPaymentMethod is not always present on dashboard installs (PartPayment + WooCommerce utility).
- Removed breaking HTML/CSS sanitization in checkout widget rendering — SDK-generated HTML, CSS and JS now pass through unsanitized as intended (PD-4049).
- Fixed PHP 8.5 compatibility header: max tested PHP version bumped to 8.6 to correctly reflect 8.5 support (PD-4030).
1.2.31
- Fixed manually created orders in wp-admin being incorrectly blocked by order status update filters.
1.2.29 / 1.2.30
- Fixed incorrect price data being returned in the part payment price checker.
1.2.28
- Fixed fatal error caused by missing class
Resursbank\Woocommerce\Admin on certain install configurations.
1.2.27
- Updated bundled ECom library to 3.4.1.
- Fixed CostList row expander resetting to the first section on repeated DOM mutations, overriding user-selected rows in dynamic checkout flows.