diff --git a/content/applications/sales/point_of_sale/payment_methods.rst b/content/applications/sales/point_of_sale/payment_methods.rst index 308b65a49..1da1ce829 100644 --- a/content/applications/sales/point_of_sale/payment_methods.rst +++ b/content/applications/sales/point_of_sale/payment_methods.rst @@ -5,20 +5,14 @@ Payment methods =============== To add a payment method, you first need to create it. Go to :menuselection:`Point of Sale --> -Configuration --> Payment Methods --> Create`. Set a name and select the **payment terminal** or -check :guilabel:`Cash` for cash payments. +Configuration --> Payment Methods --> Create`. Set a name and select a :doc:`payment terminal +` for card payments or check :guilabel:`Cash` for cash payments. .. image:: payment_methods/payment-method.png :alt: Creating a new payment method for a POS. -.. note:: - Credentials are mandatory to use a payment terminal. To learn how to configure the different - terminals, check out the following documentation pages:. - - - :doc:`Adyen configuration ` - - :doc:`Ingenico configuration ` - - :doc:`Six configuration ` - - :doc:`Vantiv configuration ` +.. seealso:: + :doc:`payment_methods/terminals`. Now, you can select the payment method in your POS settings. To do so, go to :menuselection:`Point of Sale --> Configuration --> Point of Sale` and select a POS for which you 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 c4159fb4d..d728691b2 100644 --- a/content/applications/sales/point_of_sale/payment_methods/terminals.rst +++ b/content/applications/sales/point_of_sale/payment_methods/terminals.rst @@ -1,9 +1,31 @@ -:nosearch: +:show-content: ================= Payment terminals ================= +Connecting and integrating a payment terminal with your POS system allows you to accept multiple +payment options, including credit and debit cards, making the payment process more efficient. + +Configuration +============= + +Go to the :doc:`application settings <../configuration>`, scroll down to the :guilabel:`Payment +Terminals` section, and tick your terminal's checkbox. + +.. image:: terminals/settings-pt.png + :alt: checkbox in the settings to enable a payment terminal + +Then, follow the corresponding documentation to configure your device: + +- :doc:`Adyen configuration ` +- :doc:`Ingenico configuration ` +- :doc:`SIX configuration ` +- :doc:`Vantiv configuration ` + +Once the terminal is configured, you can :doc:`create the corresponding payment method and add it to +the POS <../payment_methods>`. + .. toctree:: :titlesonly: diff --git a/content/applications/sales/point_of_sale/payment_methods/terminals/settings-pt.png b/content/applications/sales/point_of_sale/payment_methods/terminals/settings-pt.png new file mode 100644 index 000000000..47b07d942 Binary files /dev/null and b/content/applications/sales/point_of_sale/payment_methods/terminals/settings-pt.png differ