|
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. |
| 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 :doc:`customer accounts <payment_methods/customer_credit>`. |
10 | 11 |
|
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. |
| 12 | +To create a payment method, go to :menuselection:`Point of Sale --> Configuration --> Payment |
| 13 | +Methods`, click :guilabel:`New`, and follow the next steps: |
13 | 14 |
|
14 | | -.. image:: payment_methods/payment-method.png |
15 | | - :alt: Creating a new payment method for a POS. |
| 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 :doc:`payment provider |
| 19 | + </applications/finance/payment_providers>` and enable online payments, select a provider in |
| 20 | + the :guilabel:`Allowed Providers` field or click :icon:`fa-arrow-right` :guilabel:`Payment |
| 21 | + Providers` to install one. |
| 22 | + - :guilabel:`Identify Customer`: Force the selection of a customer during the payment. |
| 23 | +#. Select the preferred :doc:`Journal </applications/finance/accounting/get_started/journals>` to |
| 24 | + record all transactions. |
| 25 | +#. Select the appropriate :guilabel:`Point of Sale` to enable the payment method. |
| 26 | +#. Set the :guilabel:`Integration` field to one of the following options: |
| 27 | + |
| 28 | + - :guilabel:`None required`: For cash payments. |
| 29 | + - :guilabel:`Terminal`: :ref:`Set up a terminal <pos/terminals/configuration>` and allow card |
| 30 | + payments. |
| 31 | + - :guilabel:`Bank App (QR Code)`: Add at least one :ref:`bank account |
| 32 | + <accounting/journals/bank>` to the journal to enable :doc:`QR code payments |
| 33 | + </applications/sales/point_of_sale/payment_methods/qr_code_payment>` with a bank app. Select a |
| 34 | + :guilabel:`QR Code Format` in the form. |
| 35 | + - :guilabel:`Cash Machine (Glory)`: Connect a **Glory** cash machine to automate the point of |
| 36 | + sale's cash transactions. |
| 37 | +#. Save. |
16 | 38 |
|
17 | 39 | .. 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>`. |
| 40 | + - The :guilabel:`Delivery Payment` option links a payment method to online orders placed through |
| 41 | + :doc:`Urban Piper </applications/sales/point_of_sale/online_food_delivery>`. Select the |
| 42 | + appropriate :guilabel:`Delivery Provider` to associate with the payment method. |
| 43 | + - If the Accounting app is installed, use the :guilabel:`Intermediary Account` field, if needed, |
| 44 | + to record transactions for this payment method in a specific receivable account for |
| 45 | + better traceability. Leave the field empty to use the company's default :ref:`receivable |
| 46 | + account <accounting/accounts-receivable-payable>`. When a :ref:`journal |
| 47 | + <accounting/journals/bank>` is selected, an :ref:`Outstanding Account |
| 48 | + <accounting/journals/outstanding-accounts>` can also be set if required. |
21 | 49 |
|
22 | | -.. seealso:: |
23 | | - :doc:`payment_methods/terminals`. |
| 50 | +.. tip:: |
| 51 | + - Use a dedicated :ref:`cash journal <accounting/journals/cash>` to record cash payments. |
| 52 | + - Always set the :guilabel:`Journal` to :guilabel:`Bank` when :ref:`configuring a payment |
| 53 | + terminal <pos/terminals/configuration>`. |
24 | 54 |
|
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 | +.. seealso:: |
| 56 | + - `Payment methods (video tutorial) <https://www.youtube.com/watch?v=eHr4tS8Wmss>`_ |
| 57 | + - :doc:`payment_methods/terminals` |
28 | 58 |
|
29 | 59 | .. toctree:: |
30 | 60 | :titlesonly: |
|
0 commit comments