Files
odoo-docs/content/applications/sales/point_of_sale/payment_methods.rst
Loredana Perazzo 406593f57a [ADD] POS: customer credit as payment method
task-3090872

closes odoo/documentation#14791

X-original-commit: e95d971d1c
Signed-off-by: Loredana Perazzo (lrpz) <lrpz@odoo.com>
2025-10-17 09:59:22 +00:00

35 lines
1.2 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.
.. 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 :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:
payment_methods/customer_credit
payment_methods/qr_code_payment
payment_methods/terminals