Tuesday, February 3, 2026
1 change · master
New functionality added to Odoo
Odoo POS can now accept payments through Mollie payment terminals using the same Mollie account credentials already used for online payments. Businesses can initiate terminal payments from POS, receive automatic payment confirmations, and process refunds without requiring the customer to present their card again.
Original PR description
This commit adds the `pos_mollie` module which implements payments via Mollie payment terminals in the POS. Since Mollie was already supported for online payments via the `payment_mollie` module, this module depends on it so they can share the same API credentials. The user links their Mollie account via an API key, and provides the ID of their payment terminal in the payment method. The Odoo DB can then initiate payments on the terminal via the Mollie API. When the payment completes, Mollie calls a webhook endpoint on the Odoo DB which then notifies the POS of the outcome. Refunds are also supported, they do not require the client to present their card again, the payment is simply reversed. task-5474076 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#246633 Forward-Port-Of: odoo/odoo#242836