documentation/content/applications/websites/ecommerce/checkout_payment_shipping/payments.rst
“Audrey 67894e33f6 [IMP] payment_providers: payment methods + restructure doc page
task-3570280

closes odoo/documentation#7414

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
2024-01-24 10:44:37 +00:00

55 lines
2.1 KiB
ReStructuredText

=================
Payment providers
=================
Odoo supports a multitude of online
:doc:`payment providers </applications/finance/payment_providers>` for your website, allowing your
customers to pay with their preferred payment methods.
.. seealso::
- :doc:`/applications/sales/sales/products_prices/ewallets_giftcards`
- :doc:`../checkout_payment_shipping/checkout`
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 <payment_providers/manual_capture>` 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
eWallets and gift cards
=======================
When checking out, customers can pay with an eWallet or gift cards. To enable these, go to
:menuselection:`Website --> Configuration --> Settings`, and in the :guilabel:`Shop-Products`
section, enable :menuselection:`Discounts, Loyalty & Gift Card`.
Once enabled, customers can enter their gift card **code** or pay with their eWallet at the checkout
step.
.. image:: payments/payments-ewallets-giftcards.png
:align: center
:alt: Enter gift card code to process checkout
.. seealso::
:doc:`/applications/sales/sales/products_prices/ewallets_giftcards`