diff --git a/content/applications/sales/point_of_sale/payment_methods/terminals.rst b/content/applications/sales/point_of_sale/payment_methods/terminals.rst index 7e8bab3ad5f..a7edeb43fa2 100644 --- a/content/applications/sales/point_of_sale/payment_methods/terminals.rst +++ b/content/applications/sales/point_of_sale/payment_methods/terminals.rst @@ -27,6 +27,7 @@ To activate a payment terminal and allow processing payments with it, follow the - :doc:`Axepta BNP Paribas ` - :doc:`Dpopay ` - :doc:`Mercado Pago ` + - :doc:`Mollie ` - :doc:`Pine Labs ` - :doc:`QFPay ` - :doc:`Razorpay ` @@ -59,6 +60,7 @@ Once the transaction is successful, the payment is automatically validated in Po terminals/adyen terminals/dpo terminals/mercado_pago + terminals/mollie terminals/pine_labs terminals/qfpay terminals/razorpay diff --git a/content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst b/content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst new file mode 100644 index 00000000000..47f844982d0 --- /dev/null +++ b/content/applications/sales/point_of_sale/payment_methods/terminals/mollie.rst @@ -0,0 +1,62 @@ +====== +Mollie +====== + +**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. + +.. note:: + Mollie payment terminals do not require an IoT Box to operate. + +.. seealso:: + `List of supported countries + `_ + +.. _pos/mollie/mollie_configuration: + +Mollie configuration +==================== + +To configure a Mollie terminal, create a `Mollie account `_, then follow +these steps: + +#. In the left menu, go to :menuselection:`In-person payments`. +#. Select the desired payment terminal from the list. +#. Click :guilabel:`Terminal information` in the top menu. +#. Copy the :guilabel:`Terminal ID`; it is required for the :ref:`Odoo POS configuration + ` process. +#. Click the :guilabel:`Developers` icon in the bottom left corner. +#. Copy the :guilabel:`Live API key`; it is required for the :ref:`Odoo POS configuration + ` process. + +.. important:: + The :guilabel:`Live API key` provides access to the Mollie account and must be kept secure. + +.. note:: + Refer to the `Mollie website `_ for a full list of + supported terminals and their setup instructions. + +.. _pos/mollie/pos_configuration: + +Odoo POS configuration +====================== + +To connect the Mollie terminal with Odoo Point of Sale, follow these steps: + +#. Go to :menuselection:`Point of Sale --> Configuration --> Payment Methods` and :doc:`create a + payment method <../../payment_methods>`. +#. Set the :guilabel:`Journal` field to :guilabel:`Bank`. +#. Select the desired point of sale in the :guilabel:`Point of Sale` field. +#. Set the :guilabel:`Integration` field to :guilabel:`Terminal`. +#. 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:`Mollie Payment Provider` field to :guilabel:`Mollie`. +#. Paste the :ref:`terminal ID ` into the :guilabel:`Mollie + Terminal ID` field. +#. Hover over the :guilabel:`Mollie Payment Provider` field and click the :icon:`fa-arrow-right` + (:guilabel:`Internal link`) icon. +#. Paste the :ref:`API key ` into the :guilabel:`API Key` field. + Leave the :guilabel:`State` field on :guilabel:`Disabled` if the Mollie payment provider is not + used for :doc:`online payments `. +#. Save the payment provider form.