Files
documentation/content/applications/sales/point_of_sale/payment_methods.rst
T
Jonathan 258569306b [MOV] pos: restructuration of pos toctree
task-3284514

+ update of access pos settings
Task-3256407

closes odoo/documentation#4241

X-original-commit: f851ea0e0a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Co-authored-by: Jonathan Castillo <jcs@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
2023-04-22 17:02:53 +02:00

42 lines
1.8 KiB
ReStructuredText

:show-content:
===============
Payment methods
===============
To add a payment method, you first need to create it. Go to :menuselection:`Point of Sale -->
Configuration --> Payment Methods --> New`, and set a name. Check :guilabel:`Identify Customer` to
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.
.. toctree::
:titlesonly:
payment_methods/terminals