Skip to content

Commit

Permalink
[IMP] pos: write content on the Payment Terminals page
Browse files Browse the repository at this point in the history
task-3358474

closes odoo#4798

X-original-commit: 2a5a45d
Signed-off-by: Jonathan Castillo (jcs) <[email protected]>
Signed-off-by: Loredana Perazzo (lrpz) <[email protected]>
  • Loading branch information
LoredanaLrpz committed Jun 21, 2023
1 parent 89bccb4 commit 3d0a19f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 20 deletions.
29 changes: 10 additions & 19 deletions content/applications/sales/point_of_sale/payment_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,20 @@ allow this payment method *exclusively* for registered customers.
Then, select the :guilabel:`Journal`. Choose :guilabel:`Cash` to use this payment method for cash
payments, or :guilabel:`Bank` to use it for card payments.

.. comment:
when created, add a link to the customeraccount page under advanced_pricing_features
.. image:: payment_methods/payment-method.png
:alt: Creating a new payment method for a POS.

.. note::
- Selecting a :guilabel:`bank` journal automatically adds the :guilabel:`Use a Payment Terminal`
field in which you can add your terminal's information.
- 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 <payment_methods/terminals/adyen>`
- :doc:`Ingenico configuration <payment_methods/terminals/ingenico>`
- :doc:`Six configuration <payment_methods/terminals/six>`
- :doc:`Stripe configuration <payment_methods/terminals/stripe>`
- :doc:`Vantiv configuration <payment_methods/terminals/vantiv>`
- :doc:`Worldline configuration <payment_methods/terminals/worldline>`

Once the payment method is created, you can select it to be used in your POS. To do so, go to the
:ref:`POS settings <configuration/settings>`, select the POS for which you wish to make the payment
method available in the :guilabel:`Point of Sale` field, and add the payment method(s) under the
:guilabel:`Payment` section.
Selecting a :guilabel:`bank` journal automatically adds the :guilabel:`Use a Payment Terminal`
field in which you can add your :doc:`payment terminal's information
<payment_methods/terminals>`.

.. seealso::
:doc:`payment_methods/terminals`.

Once the payment method is created, you can select it in your POS settings. To do so, go to the
:ref:`POS' settings <configuration/settings>`, click :guilabel:`Edit`, and add the payment method
under the :guilabel:`Payments` section.

.. toctree::
:titlesonly:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
: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 <terminals/adyen>`
- :doc:`Ingenico configuration <terminals/ingenico>`
- :doc:`SIX configuration <terminals/six>`
- :doc:`Stripe configuration <terminals/stripe>`
- :doc:`Vantiv configuration <terminals/vantiv>`
- :doc:`Worldline configuration <terminals/worldline>`

Once the terminal is configured, you can :doc:`create the corresponding payment method and add it to
the POS <../payment_methods>`.

.. toctree::
:titlesonly:

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d0a19f

Please sign in to comment.