Skip to content

[ADD] point_of_sale: add Mollie terminal doc#17503

Closed
MaxTheWhale wants to merge 1 commit into
19.0from
19.0-pos-mollie-doc-mawh
Closed

[ADD] point_of_sale: add Mollie terminal doc#17503
MaxTheWhale wants to merge 1 commit into
19.0from
19.0-pos-mollie-doc-mawh

Conversation

@MaxTheWhale
Copy link
Copy Markdown
Contributor

This commit adds a page detailing the steps needed to setup a Mollie payment terminal in the Point of Sale.

task-6139788

@robodoo
Copy link
Copy Markdown
Collaborator

robodoo commented Apr 23, 2026

Pull request status dashboard

@C3POdoo C3POdoo requested a review from a team April 23, 2026 11:56
@emmi-odoo emmi-odoo requested review from emmi-odoo and removed request for a team April 24, 2026 07:31
Copy link
Copy Markdown
Contributor

@emmi-odoo emmi-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @MaxTheWhale Thank you for adding this documentation page. See my comments and suggestions 😄

Comment on lines +5 to +6
Connecting a **Mollie** :doc:`payment terminal <../terminals>` allows you to offer a fluid payment
flow to your customers and ease the work of your cashiers.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Connecting a **Mollie** :doc:`payment terminal <../terminals>` allows you to offer a fluid payment
flow to your customers and ease the work of your cashiers.
**Mollie** is a payment service that offers payment solutions through physical :doc:`payment terminals <../terminals>`, tap terminals, and terminal apps for Android and iOS devices.

flow to your customers and ease the work of your cashiers.

.. note::
- Mollie payment terminals do not require an :doc:`IoT Box </applications/general/iot>` to
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it does not require an IoT box, I think we can remove the doc link here.

Suggested change
- Mollie payment terminals do not require an :doc:`IoT Box </applications/general/iot>` to
- Mollie payment terminals do not require an IoT Box to

.. note::
- Mollie payment terminals do not require an :doc:`IoT Box </applications/general/iot>` to
operate.
- The Mollie Tap app allows a smartphone with an NFC chip to be used as a payment terminal.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tables cannot be used as payment terminals, right? I'm asking because Mollie's website never specifies "smartphones" and uses the term "devices".

Comment on lines +19 to +20
To configure a Mollie terminal, go to your `Mollie account <https://my.mollie.com>`_,
and then follow these steps:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To configure a Mollie terminal, go to your `Mollie account <https://my.mollie.com>`_,
and then follow these steps:
To configure a Mollie terminal, create a `Mollie account <https://my.mollie.com>`_, then follow these steps:

To configure a Mollie terminal, go to your `Mollie account <https://my.mollie.com>`_,
and then follow these steps:

#. Go to :guilabel:`Point-of-sale` in the left sidebar.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#. Go to :guilabel:`Point-of-sale` in the left sidebar.
#. Go to the :guilabel:`In-person payments` section in the left sidebar to access the list of terminals.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not see any Point-of-sale section, but I see the list of terminals in the In-person payments section.

Image

Comment on lines +32 to +33
Treat your Live API key like a password, do not share it with anyone or write it down anywhere insecure,
as it can grant access to your Mollie account.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Treat your Live API key like a password, do not share it with anyone or write it down anywhere insecure,
as it can grant access to your Mollie account.
Treat the :guilabel:`Live API key` as a password and keep it secure, as it provides access to your Mollie account.

Comment on lines +45 to +46
#. :guilabel:`Activate` the Mollie integration from the list of providers if you haven't already.
#. Set the :guilabel:`Integrate with` field to :guilabel:`Mollie`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#. :guilabel:`Activate` the Mollie integration from the list of providers if you haven't already.
#. Set the :guilabel:`Integrate with` field to :guilabel:`Mollie`.
#. Click :guilabel:`Activate` or :guilabel:`Setup` under the Mollie integration from the list of providers if needed.
#. Optionally, set the :guilabel:`Integrate with` field to :guilabel:`Mollie`.

#. Set the :guilabel:`Integrate with` field to :guilabel:`Mollie`.
#. Set the :guilabel:`Mollie Payment Provider` field to :guilabel:`Mollie`.
#. Paste the Terminal ID into the :guilabel:`Mollie Terminal ID` field.
#. Save the form.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#. Save the form.
#. Save the payment method.

#. Set the :guilabel:`Mollie Payment Provider` field to :guilabel:`Mollie`.
#. Paste the Terminal ID into the :guilabel:`Mollie Terminal ID` field.
#. Save the form.
#. Follow the internal link on :guilabel:`Mollie Payment Provider`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#. Follow the internal link on :guilabel:`Mollie Payment Provider`.
#. Click the :icon:`fa-arrow-right` (:guilabel:`Internal link`) icon next to the :guilabel:`Mollie Payment Provider` field.

Comment on lines +51 to +52
#. Paste the API key into the :guilabel:`API Key` field. You can leave the payment provider as
:guilabel:`Disabled` if you don't intend to also use it for online payments.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#. Paste the API key into the :guilabel:`API Key` field. You can leave the payment provider as
:guilabel:`Disabled` if you don't intend to also use it for online payments.
#. Paste the API key into the :guilabel:`API Key` field. Leave the :guilabel:`State` field on :guilabel:`Disabled` if the payment provider is not used for online payments.

@MaxTheWhale MaxTheWhale force-pushed the 19.0-pos-mollie-doc-mawh branch from f5a7d37 to ab30130 Compare April 29, 2026 08:00
@MaxTheWhale MaxTheWhale requested a review from emmi-odoo April 29, 2026 08:01
Copy link
Copy Markdown
Contributor

@emmi-odoo emmi-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MaxTheWhale for the changes! There's just one comment left from my end ;) Then, I'll add my colleagues for validation.

Comment on lines +8 to +12
.. note::
- Mollie payment terminals do not require an IoT Box to operate.

.. seealso::
- `List of supported countries <https://help.mollie.com/hc/en-us/articles/33911501243154-In-person-payments-supported-countries>`_
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove the bullet points within the Note and the See also banners? Since each only has one list item, like in the next section's Warning.

@MaxTheWhale MaxTheWhale force-pushed the 19.0-pos-mollie-doc-mawh branch from ab30130 to 1e23005 Compare April 30, 2026 07:04
@MaxTheWhale MaxTheWhale requested a review from emmi-odoo April 30, 2026 07:23
Copy link
Copy Markdown
Contributor

@emmi-odoo emmi-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good on my side! @odoo/be-doc-review could you please check this PR?

Max can invite you guys to the Mollie organization platform in order to test it as well. There is also his Knowledge article on connecting a Mollie terminal, available for testing.

@emmi-odoo emmi-odoo requested a review from a team April 30, 2026 07:25
@auva-odoo auva-odoo requested review from auva-odoo and removed request for a team May 5, 2026 11:33
Copy link
Copy Markdown
Contributor

@auva-odoo auva-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR @MaxTheWhale 🙏 In addition to my review comments, could you please make sure no line exceeds the 100-character limit in the whole mollie.rst file (except line 12 of course as the link itself is too long and we have no choice). Thanks!

Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
Comment thread content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst Outdated
@MaxTheWhale MaxTheWhale force-pushed the 19.0-pos-mollie-doc-mawh branch from 1e23005 to 7d0563b Compare May 6, 2026 08:02
@MaxTheWhale MaxTheWhale requested a review from auva-odoo May 6, 2026 08:04
This commit adds a page detailing the steps needed to setup a Mollie
payment terminal in the Point of Sale.

task-6139788
@auva-odoo auva-odoo force-pushed the 19.0-pos-mollie-doc-mawh branch from 7d0563b to fec084a Compare May 7, 2026 06:51
Copy link
Copy Markdown
Contributor

@auva-odoo auva-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing my comments @MaxTheWhale. I went ahead and pushed the two remaining changes, I hope that's alright!

@robodoo r+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants