diff --git a/content/applications/websites/ecommerce/checkout_payment_shipping.rst b/content/applications/websites/ecommerce/checkout_payment_shipping.rst index 68b8088cc..8782e0de0 100644 --- a/content/applications/websites/ecommerce/checkout_payment_shipping.rst +++ b/content/applications/websites/ecommerce/checkout_payment_shipping.rst @@ -7,3 +7,4 @@ Checkout, payment, and shipping checkout_payment_shipping/cart checkout_payment_shipping/checkout + checkout_payment_shipping/payments diff --git a/content/applications/websites/ecommerce/checkout_payment_shipping/payments.rst b/content/applications/websites/ecommerce/checkout_payment_shipping/payments.rst new file mode 100644 index 000000000..72f562aeb --- /dev/null +++ b/content/applications/websites/ecommerce/checkout_payment_shipping/payments.rst @@ -0,0 +1,34 @@ +================= +Payment providers +================= + +Odoo supports a multitude of online +:doc:`payment providers ` for your website, allowing your +customers to pay with their preferred payment methods. + +Configuration +------------- + +To set up payment providers on the eCommerce app, go to :menuselection:`Website --> Configuration +--> Payment Providers`. From here, :guilabel:`Activate` the payment providers you wish to have +available on your shop, and configure them according to your needs. + +Alternatively, you can access **payment providers** via :menuselection:`Website --> Configuration +--> Settings`. In the :guilabel:`Shop - Payment` section, you can :guilabel:`Configure SEPA Direct +Debit` if you wish to use it, as well as :guilabel:`View other providers`. If you use the +:guilabel:`Authorize.net` payment provider, the +:ref:`Payment Capture Method ` can be configured in that +same menu. + +If you are using :doc:`/applications/finance/payment_providers/paypal`, you can also enable and +configure it here. + +Checkout payment options +------------------------ + +Once activated, customers can choose the payment provider of their choice during the **checkout +process**, at the :guilabel:`Confirm Order` step. + +.. image:: payments/payments-checkout.png + :align: center + :alt: Payment provider selection at checkout diff --git a/content/applications/websites/ecommerce/checkout_payment_shipping/payments/payments-checkout.png b/content/applications/websites/ecommerce/checkout_payment_shipping/payments/payments-checkout.png new file mode 100644 index 000000000..9e96a8fc1 Binary files /dev/null and b/content/applications/websites/ecommerce/checkout_payment_shipping/payments/payments-checkout.png differ