|
4 | 4 | Payment methods |
5 | 5 | =============== |
6 | 6 |
|
7 | | -To add a payment method, you first need to create it. Go to :menuselection:`Point of Sale --> |
8 | | -Configuration --> Payment Methods --> New`, and set a name. Check :guilabel:`Identify Customer` to |
9 | | -allow this payment method *exclusively* for registered customers. |
10 | | - |
11 | | -Then, select the :guilabel:`Journal`. Choose :guilabel:`Cash` to use this payment method for cash |
12 | | -payments, or :guilabel:`Bank` to use it for card payments. |
13 | | - |
14 | | -.. image:: payment_methods/payment-method.png |
15 | | - :alt: Creating a new payment method for a POS. |
| 7 | +Configure a payment method with Odoo Point of Sale to provide customers with various payment |
| 8 | +options, including cash, card payments through a :ref:`configured payment terminal |
| 9 | +<pos/terminals/configuration>`, :doc:`online payments </applications/finance/payment_providers>`, |
| 10 | +or customer accounts. |
| 11 | + |
| 12 | +To create a payment method, go to :menuselection:`Point of Sale --> Configuration --> Payment |
| 13 | +Methods`, click :guilabel:`New`, and follow the next steps: |
| 14 | + |
| 15 | +#. Enter a name for the payment method. |
| 16 | +#. Enable the following options if needed: |
| 17 | + |
| 18 | + - :guilabel:`Online Payment`: To link the payment method to a payment provider and enable |
| 19 | + online payments, select a provider in the :guilabel:`Allowed Providers` field or click |
| 20 | + :icon:`fa-arrow-right` :guilabel:`Payment Providers` to install one. |
| 21 | + - :guilabel:`Identify Customer`: Force the selection of a customer account during the payment. |
| 22 | +#. Select the preferred :guilabel:`Journal` to record all transactions. |
| 23 | +#. Select the preferred :guilabel:`Point of Sale` to assign the method. |
| 24 | +#. Set the :guilabel:`Integration` field to one of the following options: |
| 25 | + |
| 26 | + - :guilabel:`None required`: For cash payments. |
| 27 | + - :guilabel:`Terminal`: :ref:`Set up a terminal <pos/terminals/configuration>` and allow card |
| 28 | + payments. |
| 29 | + - :guilabel:`Bank App (QR Code)`: Generate a :doc:`QR code with a bank app |
| 30 | + </applications/sales/point_of_sale/payment_methods/qr_code_payment>`. Select a :guilabel:`QR |
| 31 | + Code Format`. |
| 32 | +#. Save. |
16 | 33 |
|
17 | 34 | .. note:: |
18 | | - Selecting a :guilabel:`bank` journal automatically adds the :guilabel:`Use a Payment Terminal` |
19 | | - field in which you can add your :doc:`payment terminal's information |
20 | | - <payment_methods/terminals>`. |
| 35 | + - If the :doc:`Urban Piper </applications/sales/point_of_sale/online_food_delivery>` setting is |
| 36 | + enabled in the :ref:`POS settings <configuration/settings>`, the :guilabel:`Delivery Payment` |
| 37 | + option appears on the :guilabel:`Payment Method` form and is used for online delivery payments. |
| 38 | + Select a :guilabel:`Delivery Provider` to configure the option. |
| 39 | + - If the Accounting app is installed, the :guilabel:`Outstanding Account` and |
| 40 | + :guilabel:`Intermediary Account` options appear in the :guilabel:`Payment Method` form to |
| 41 | + assign transactions to different :doc:`accounts |
| 42 | + </applications/finance/accounting/get_started/chart_of_accounts>`. Leave the field empty to |
| 43 | + use the company's default account. |
| 44 | + |
| 45 | +.. tip:: |
| 46 | + - Create a :guilabel:`Cash` Journal for cash payments. Click in the :guilabel:`Journal` field, |
| 47 | + then :guilabel:`Search more`, and click :guilabel:`New`. |
| 48 | + - Activate at least one :doc:`payment provider </applications/websites/ecommerce/payments>` to |
| 49 | + allow online payments and add at least one bank account to the journal to enable QR code |
| 50 | + payments through bank apps. |
| 51 | + - Always set the :guilabel:`Journal` to :guilabel:`Bank` when :ref:`configuring a payment |
| 52 | + terminal <pos/terminals/configuration>`. |
21 | 53 |
|
22 | 54 | .. seealso:: |
23 | | - :doc:`payment_methods/terminals`. |
24 | | - |
25 | | -Once the payment method is created, you can select it in your POS settings. To do so, go to the |
26 | | -:ref:`POS' settings <configuration/settings>`, click :guilabel:`Edit`, and add the payment method |
27 | | -under the :guilabel:`Payments` section. |
| 55 | + - `Payment methods (video tutorial) <https://www.youtube.com/watch?v=eHr4tS8Wmss>`_ |
| 56 | + - :doc:`payment_methods/terminals` |
28 | 57 |
|
29 | 58 | .. toctree:: |
30 | 59 | :titlesonly: |
|
0 commit comments