@@ -7,8 +7,6 @@ Online payments
77.. toctree ::
88 :titlesonly:
99
10- payment_providers/wire_transfer
11- payment_providers/sdd
1210 payment_providers/adyen
1311 payment_providers/amazon_payment_services
1412 payment_providers/asiapay
@@ -27,6 +25,8 @@ Online payments
2725 payment_providers/stripe
2826 payment_providers/worldline
2927 payment_providers/xendit
28+ payment_providers/bank_payments
29+ payment_providers/inperson_payments
3030
3131Odoo embeds several **payment providers ** that allow your customers to pay online, on their
3232*customer portals *, or on your *eCommerce website *. They can pay sales orders, invoices, or
@@ -52,7 +52,8 @@ Supported payment providers
5252
5353To access the supported payment providers, go to :menuselection: `Accounting --> Configuration -->
5454Payment Providers `, :menuselection: `Website --> Configuration --> Payment Providers `, or
55- :menuselection: `Sales --> Configuration --> Payment Providers `.
55+ :menuselection: `Sales --> Configuration --> Payment Providers `. Click the relevant payment provider
56+ card to access and configure the related provider.
5657
5758.. _payment_providers/online_providers :
5859
@@ -196,12 +197,20 @@ Online payment providers
196197Bank payments
197198-------------
198199
199- - | :doc: `Wire Transfer <payment_providers/wire_transfer >`
200- | When selected, Odoo displays your payment information with a payment reference. You have to
201- approve the payment manually once you have received it in your bank account.
202- - | :doc: `SEPA Direct Debit <payment_providers/sdd >`
203- | Your customers can make a bank transfer to register a SEPA Direct Debit mandate and get their
204- bank account charged directly.
200+ - | :ref: `Wire Transfer <payment_providers/bank_payments/wire_transfer >`
201+ | Odoo displays your payment information with a payment reference. You have to approve the payment
202+ manually once it has been received in your bank account.
203+ - | :ref: `SEPA Direct Debit <payment_providers/bank_payments/sdd >`
204+ | Customers can make a bank transfer to register a SEPA Direct Debit mandate and allow their
205+ account to be charged directly for future payments.
206+
207+ In-person payments
208+ ------------------
209+
210+ - | :ref: `Pay on Site <payment_providers/inperson_payments/pay_on_site >`
211+ | Customers can reserve products online and pay when collecting their orders in store.
212+ - | :ref: `Cash on Delivery <payment_providers/inperson_payments/cash_on_delivery >`
213+ | Customers can pay for their orders upon delivery.
205214
206215.. _payment_providers/add_new :
207216
@@ -258,36 +267,39 @@ are the ones that have been activated. To activate or deactivate a payment metho
258267click :guilabel: `Enable Payment Methods `, then click the toggle button of the related method.
259268
260269.. tip ::
261- Payment methods are displayed on your website based on their sequence order. To reorder them,
262- click :guilabel: `Enable Payment Methods ` in the payment provider form, then, in the
263- :guilabel: `Payment Methods ` list, drag and drop the payment methods in the desired order.
270+ - To view the complete list of supported payment methods, go to :menuselection: `Accounting -->
271+ Configuration --> Payment Methods `, :menuselection: `Website --> Configuration -->
272+ Payment Methods `, or :menuselection: `Sales --> Configuration --> Payment Methods `.
273+ - Payment methods are displayed on the ecommerce website based on their sequence order. To
274+ reorder them, drag and drop the payment methods into the desired order in the
275+ :guilabel: `Payment Methods ` list.
264276
265277Icons and brands
266278----------------
267279
268280The icons displayed next to the payment method on your website are either the icons of the brands
269281activated for the payment method or, if there aren't any, the icons of the payment methods
270- themselves. To modify them, go to :menuselection: `Accounting --> Configuration --> Payment Methods `,
271- :menuselection: `Website --> Configuration --> Payment Methods ` or :menuselection: `Sales -->
272- Configuration --> Payment Methods `, then click on the payment method.
282+ themselves. To modify them, :ref: `access the list of payment methods
283+ <payment_providers/payment_methods>`, then click the relevant one.
273284
274285To modify a payment method's icon, hover your mouse over the image in the upper-right corner of the
275286payment method's form and click the :icon: `fa-pencil ` (:guilabel: `pencil `) icon.
276287
277288Select the :guilabel: `Brands ` tab to view the brands that have been activated for the payment
278289method. The brands and their related icons are displayed based on their sequence order; to reorder
279- them, drag and drop them in the desired order. To modify a brand's icon, select the brand, then,
290+ them, drag and drop them into the desired order. To modify a brand's icon, select the brand, then,
280291in the popup window that opens, hover the mouse over the image in the upper-right corner and click
281292the :icon: `fa-pencil ` (:guilabel: `pencil `) icon.
282293
283294Advanced configuration
284295----------------------
285296
286- To configure payment methods further, go to :menuselection: `Accounting --> Configuration --> Payment
287- Methods `, :menuselection: `Website --> Configuration --> Payment Methods ` or :menuselection: `Sales
288- --> Configuration --> Payment Methods `. Click on the payment method, then activate the
289- :ref: `developer mode <developer-mode >`. Click the :guilabel: `Configuration ` tab to adapt the
290- features.
297+ To further configure payment methods, follow these steps:
298+
299+ #. Activate the :ref: `developer mode <developer-mode >`.
300+ #. :ref: `Access the list of payment methods <payment_providers/payment_methods >` and click the
301+ relevant one.
302+ #. Go to the :guilabel: `Configuration ` tab and adjust the features as needed.
291303
292304.. danger ::
293305 - Each payment method is preconfigured in a way that aligns with the payment providers'
@@ -483,8 +495,6 @@ payments from other payments.
483495 :alt: Define an outstanding account for a payment provider.
484496
485497.. seealso ::
486- - :doc: `payment_providers/wire_transfer `
487- - :doc: `payment_providers/sdd `
488498 - :doc: `payment_providers/adyen `
489499 - :doc: `payment_providers/authorize `
490500 - :doc: `payment_providers/asiapay `
@@ -500,4 +510,6 @@ payments from other payments.
500510 - :doc: `payment_providers/stripe `
501511 - :doc: `payment_providers/worldline `
502512 - :doc: `payment_providers/xendit `
513+ - :doc: `payment_providers/bank_payments `
514+ - :doc: `payment_providers/inperson_payments `
503515 - :doc: `accounting/bank `
0 commit comments