documentation/sales/send_quotations/get_paid_to_validate.rst
Jonathan 2dbddd8ff7
[IMP] general: add new doc about payment acquirers (#676)
- Updates the main current doc about Payment Acquirers with a completely new doc
- Moves some docs from ecommerce to general
- redirects

  - ecommerce/shopper_experience/payment --> general/payment_acquirers/payment_acquirers
  - ecommerce/shopper_experience/authorize --> general/payment_acquirers/authorize
  - ecommerce/shopper_experience/paypal --> general/payment_acquirers/paypal
  - ecommerce/shopper_experience/wire_transfer --> general/payment_acquirers/wire_transfer
2020-05-25 18:59:17 +02:00

56 lines
2.1 KiB
ReStructuredText

============================
Get paid to confirm an order
============================
In general, online payments are considered as a fast and secure alternative to traditional payment
methods. It is generally cheaper, easier and faster than other payment methods. It is particularly
useful and efficient for international transactions. With Odoo Sales, you can use online payments
to get automatic orders confirmation. Online payments are made instantly, so it's very convenient
and saves lots of time in a basic sales process.
Enable online payment
=====================
Go to :menuselection:`Sales --> Configuration --> Settings` and activate the **Online Payment**
feature.
.. image:: media/get_paid_1.png
:align: center
:class: img-thumbnail
:alt: How to enable online payment on Odoo Sales?
There, you will have direct access to the **Payment Acquirers** page. It will allow you to select
and configure your acquirers of choice. Before creating or modifying a payment acquirer, be sure to
check out our documentation about how to be paid with payment acquirers such as
:doc:`../../general/payment_acquirers/paypal`,
:doc:`../../general/payment_acquirers/authorize`, and others in the
:doc:`../../general/payment_acquirers` documentation.
.. note::
If you are familiar with this documentation: :doc:`quote_template`; you
can activate or not the **Online Payment** feature for each template you use, under their
confirmation tab.
Register a payment
==================
After opening quotations from their received email, your customers will have different
possibilities to make their online payments. For example:
.. image:: media/get_paid_2.png
:align: center
:class: img-thumbnail
:alt: How to register a payment on Odoo Sales?
.. tip::
By clicking on the **Customer Preview** button, you will be able to see what your customers
will have to choose when it comes to payment.
.. seealso::
- :doc:`quote_template`
- :doc:`../../general/payment_acquirers`
- :doc:`../../general/payment_acquirers/paypal`
- :doc:`../../general/payment_acquirers/authorize`