Files
documentation/content/applications/finance/payment_providers/wire_transfer.rst
T

55 lines
2.1 KiB
ReStructuredText
Raw Normal View History

2023-05-17 07:49:16 +00:00
==============
Wire transfers
==============
2023-05-17 07:49:16 +00:00
The **Wire transfer** payment method allows you to provide payment instructions to your customers,
such as the bank details and communication. They are displayed:
2023-05-17 07:49:16 +00:00
- at the end of the checkout process, once the customer has selected :guilabel:`Wire transfer` as a
payment method and clicked the :guilabel:`Pay now` button:
2023-05-17 07:49:16 +00:00
.. image:: wire_transfer/payment_instructions_checkout.png
:alt: Payment instructions at checkout
2023-05-17 07:49:16 +00:00
- on the customer portal:
.. image:: wire_transfer/payment_instructions_portal.png
:alt: Payment instructions on the customer portal
.. note::
- While this method is very accessible and requires minimal setup, it is very inefficient
process-wise. We recommend setting up a :doc:`payment provider <../payment_providers>` instead.
- Online orders remain in the :guilabel:`Quotation sent` (i.e., unpaid order) stage until you
receive the payment and :guilabel:`Confirm` the order.
2023-05-17 07:49:16 +00:00
.. tip::
**Wire transfer** can be used as a template for other payment methods that are processed
manually, such as checks, by renaming or duplicating it.
2023-05-17 07:49:16 +00:00
Configuration
=============
2023-05-17 07:49:16 +00:00
To configure **Wire Transfer**, go to :menuselection:`Accounting / Website --> Configuration -->
Payment Providers`, and open the :guilabel:`Wire Transfer` card. Then, in the
:guilabel:`Configuration` tab:
2023-05-17 07:49:16 +00:00
- Select the :guilabel:`Communication` to be used;
2023-05-17 07:49:16 +00:00
- :guilabel:`Based on Document Reference`: sales order or invoice number
- :guilabel:`Based on Customer ID`: customer identifier
2023-05-17 07:49:16 +00:00
- Tick the :guilabel:`Enable QR codes` check box to activate :doc:`QR code payments
<../accounting/customer_invoices/epc_qr_code>`.
Define the payment instructions in the :guilabel:`Messages` tab:
.. image:: wire_transfer/payment_instructions.png
:alt: Define payment instructions
2023-05-17 07:49:16 +00:00
If you have already defined :doc:`a bank account <../accounting/bank>`, the account number will be
automatically added to the default message generated by Odoo. You can also add it afterwards and
update the message by clicking :guilabel:`Reload pending message`.
.. seealso::
2023-05-17 07:49:16 +00:00
:ref:`payment_providers/journal`