PackageTrack
Sign in Get early access

mollie/magento2

Mollie Payment Module for Magento 2

3.1.3 2.0M downloads/mo #2583 most downloaded on Packagist mollie/magento2

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 2 weeks

Rarely documented

notes for 9 of 148 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

154 releases · first in 2017

19 releases in the last 12 months

see the full history below

Release timeline

154 releases · Feb 2017 to Aug 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 154
  1. 3.1.3 21 Aug 2026
    Release notes

    Bugfixes:

    • Make the Fetch Status button work for payment link orders #1056
    • Prevent a repeated webhook from reopening a refunded order
    • Remove the dead Instant Purchase and vault leftovers #1051
    • Prevent duplicate transaction to order rows for instant payments #1047
    • Cast discount amounts to float before abs() under strict_types #1060

    Improvements:

    • Include Google Pay in the includeWallets methods request- #1198
    • PHPStan level 4- #1199
    • Use the express-component componentType for Mollie.js v2- #1201
    • Correct the GraphQL payment statuses and expose awaiting_confirmation #1049

    Minimum Requirements:

    • Magento 2.4.5
    • PHP 8.1
    • mollie/mollie-api-php ^3.3
    Open source →
  2. 3.1.2 31 Jul 2026
    Release notes

    Improvements:

    • Expose default selected method value
    • Prevent partial captures for payment methods that do not support them

    Bugfixes:

    • Update payment reminder onclick action - Thanks @reense
    • Handle numeric string scope_id in RenameIdealToIdealWero patch #1046
    • Do not auto cancel or remind async Pay by Bank orders
    • Recreate the Mollie customer when it no longer exists due to API key change
    • Do not place an order when the payment token could not be retrieved
    • Prevent invalid city from blocking Apple Pay express orders
    • Wait for the shipping method before creating the express session

    Minimum Requirements:

    • Magento 2.4.5
    • PHP 8.1
    • mollie/mollie-api-php ^3.3
    Open source →
  3. 3.1.1 09 Jul 2026
    Release notes

    Improvements:

    • Hide PayPal express button

    Bugfixes:

    • Prevent quote restoration after redirect (#1025)
    • Update payment link orders when reopened after they have already been paid
    • Added validation for Billie company requirements
    • Support Express Components for products with custom option SKUs

    Minimum Requirements:

    • Magento 2.4.5
    • PHP 8.1
    • mollie/mollie-api-php ^3.3
    Open source →
  4. 3.1.0 06 Jul 2026
    Release notes

    Features:

    • Added support for Wero as a payment method.
    • Added support for BILLINK as a payment method.

    Improvements:

    • Added a configurable HTTP timeout for Mollie API client requests. (#1026)
    • Added payment method logos to the payment method overview and improved overall accessibility.
    • Upgraded PHPStan to level 3 and added declare(strict_types=1) throughout the codebase.

    Bugfixes:

    • Included payment_review orders in the pending order recovery cron.
    • Added compatibility for legacy V2 ord_ transaction IDs, allowing V3 to correctly resolve the underlying payment.
    • Restricted delayed captures to supported card payment methods and added manual capture options for Google Pay.
    • Fixed a flaky refund test.
    • Passed the Methods API amount parameter using the correct nested array structure.
    • Set the transaction type correctly for Express Components.
    • Fixed an issue where storeId was handled as a string during the reorder process.
    • Released the shipment lock after processing shipments. (#1038)
    • Fix IsHyvaThemesJsonCorrect SelfTest Thanks @xgerhard

    Minimum Requirements:

    • Magento 2.4.5
    • PHP 8.1
    • mollie/mollie-api-php ^3.3
    Open source →
  5. 3.0.2 23 Jun 2026
    Release notes

    Improvements:

    • Add e2e test for payment link
    • Make Pay By Bank async

    Bugfixes:

    • Hide Apple Pay button on Amasty OPC
    • Handle missing shipping address for virtual product orders #1010
    • Cast Phrase to string in PhoneNumber exception #1011
    • Prevent state downgrade with Apple Pay #1015
    • Magento 2.4.5 support #1016
    • Show Fetch Status button for payment link orders once the transaction has started
    • Order lines data casting #1023

    Minimum Requirements:

    • Magento 2.4.5
    • PHP 8.1
    • mollie/mollie-api-php ^3.3
    Open source →
  6. 3.0.1 12 Jun 2026
    Release notes

    Improvements:

    • Better issue creation template
    • Better Saved Cards experience
    • Give a warning when saved cards and manual capture are enabled at the same time
    • Update giftcard message

    Bugfixes:

    • Do not render Express Components when disabled
    • Improved authorization release on canceled orders

    Minimum Requirements:

    • Magento 2.4.5
    • PHP 8.1
    • mollie/mollie-api-php ^3.3
    Open source →
  7. 3.0.0 08 Jun 2026
    Release notes

    Features:

    • Added Saved Cards support for returning customers
    • Added Capture Delay configuration for delayed automatic captures
    • Added per-payment-method capture configuration
    • Added pending payment wait page for customers returning from Mollie #990
    • Added direct organisation-level Mollie Dashboard links #991
    • Added download logs functionality in Magento Admin
    • Added additional self-test checks for webhooks, GeoIP detection and connected Mollie modules
    • Added automatic synchronisation of external Mollie refunds to Magento credit memos #558
    • Added option to disable automatic invoice creation #526
    • Merged the standalone Analytics module into the main extension

    Improvements:

    • Improved payment processing by using queue-based transaction handling by default
    • Simplified Klarna integration by consolidating legacy Klarna methods into a single Klarna payment method
    • Upgraded mollie/mollie-api-php to v3
    • Modernised the extension for PHP 8.1+ and Magento 2.4.5+
    • Improved customer experience when returning from pending payments
    • Migration from Cypress to Playwright for End-to-end testings
    • Increased PHPCS levels

    Bugfixes:

    • Improved webhook diagnostics and validation
    • Improved transaction matching and refund synchronisation reliability
    • Improved payment status handling for pending transactions #932
    • Various stability, performance and compatibility improvements

    Breaking Changes:

    • PHP 8.1 or higher required
    • Magento 2.4.5 or higher required
    • Removed Orders API support (Payments API is now used exclusively)
    • Removed legacy Klarna payment methods:
        - klarnapaylater
        - klarnapaynow
        - klanasliceit
    • Queue-based webhook processing enabled by default
    • Removed Trustly payment method
    • Manual capture configuration moved from global settings to per-payment-method settings
    • Analytics functionality merged into the main module
    • Automatic invoice creation can now be disabled and should be reviewed after upgrading

    Minimum Requirements:

    • Magento 2.4.5
    • PHP 8.1
    • mollie/mollie-api-php ^3.3
    Open source →
  8. v3.0.0-RC7 20 May 2026 pre-release

    Nothing published for this version

  9. v3.0.0-RC6 30 Mar 2026 pre-release

    Nothing published for this version

  10. v3.0.0-RC5 19 Mar 2026 pre-release

    Nothing published for this version

  11. v3.0.0-RC4 11 Mar 2026 pre-release

    Nothing published for this version

  12. v3.0.0-RC3 23 Feb 2026 pre-release

    Nothing published for this version

  13. v3.0.0-RC2 19 Jan 2026 pre-release

    Nothing published for this version

  14. 2.51.0 13 May 2026
    Release notes

    Features:

    • Added support for Magento 2.4.9.

    Improvements:

    • Removed Trustly support.

    Bugfixes:

    • Added validation for invalid return values. (Thnx @rommelfreddy)
    • Fixed an issue that could cause multiple captures #987.
    • Fixed fallback handling for order transaction IDs.
    • Fixed an issue where profile_id could be undefined. (Thnx @Maarten-ctrl)

    Minimum requirements:

    • Magento 2.3.3 & PHP 7.3
    Open source →
  15. 2.50.1 08 Apr 2026
    Release notes

    Bugfixes:

    • Prevent multiple cancel actions #977
    • Copy the items from the original order when reordering #968
    • Do not invoice when that's not possible #978
    • Remove validation that was working in a wrong way #980

    Minimum requirements:

    • Magento 2.3.3 & PHP 7.3
    Open source →
  16. 2.50.0 10 Mar 2026

    Nothing published for this version

  17. 2.49.0 16 Dec 2025

    Nothing published for this version

  18. 2.48.0 07 Oct 2025

    Nothing published for this version

  19. 2.47.0 22 Sep 2025

    Nothing published for this version

  20. 2.46.0 17 Jun 2025

    Nothing published for this version

  21. 2.45.0 11 Apr 2025

    Nothing published for this version

  22. 2.44.0 11 Mar 2025

    Nothing published for this version

  23. 2.43.0 30 Jan 2025

    Nothing published for this version

  24. 2.42.1 04 Dec 2024

    Nothing published for this version

  25. 2.42.0 15 Oct 2024

    Nothing published for this version

  26. 2.41.0 09 Sep 2024

    Nothing published for this version

  27. 2.40.1 15 Aug 2024

    Nothing published for this version

  28. 2.40.0 12 Jul 2024

    Nothing published for this version

  29. 2.39.0 17 Jun 2024

    Nothing published for this version

  30. 2.38.0 16 May 2024

    Nothing published for this version

  31. 2.37.0 18 Apr 2024

    Nothing published for this version

  32. 2.36.0 25 Mar 2024

    Nothing published for this version

  33. 2.35.1 28 Feb 2024

    Nothing published for this version

  34. 2.35.0 22 Feb 2024

    Nothing published for this version

  35. 2.34.0 30 Jan 2024

    Nothing published for this version

  36. 2.33.0 22 Jan 2024

    Nothing published for this version

  37. 2.32.4 22 Nov 2023

    Nothing published for this version

  38. 2.32.3 14 Nov 2023

    Nothing published for this version

  39. 2.32.2 25 Oct 2023

    Nothing published for this version

  40. 2.32.1 24 Oct 2023

    Nothing published for this version

  41. 2.32.0 23 Oct 2023

    Nothing published for this version

  42. 2.31.0 25 Sep 2023

    Nothing published for this version

  43. 2.30.1 17 Aug 2023

    Nothing published for this version

  44. 2.30.0 08 Aug 2023

    Nothing published for this version

  45. 2.29.1 28 Jul 2023

    Nothing published for this version

  46. 2.29.0 25 Jul 2023

    Nothing published for this version

  47. 2.28.0 06 Jul 2023

    Nothing published for this version

  48. 2.27.0 13 Jun 2023

    Nothing published for this version

  49. 2.26.0 26 May 2023

    Nothing published for this version

  50. 2.25.0 09 May 2023

    Nothing published for this version

  51. 2.24.1 17 Apr 2023

    Nothing published for this version

  52. 2.24.0 11 Apr 2023

    Nothing published for this version

  53. 2.23.0 10 Mar 2023

    Nothing published for this version

  54. 2.22.0 21 Feb 2023

    Nothing published for this version

  55. 2.21.1 07 Feb 2023

    Nothing published for this version

  56. 2.21.0 01 Feb 2023

    Nothing published for this version

  57. 2.20.1 12 Jan 2023

    Nothing published for this version

  58. 2.20.0 07 Dec 2022

    Nothing published for this version

  59. 2.19.0 17 Nov 2022

    Nothing published for this version

  60. 2.18.1 04 Nov 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive