Skip to content

Commit e511373

Browse files
author
“Audrey
committed
[IMP] payment providers: Wire Transfer
task-3301001 closes #4570 X-original-commit: 882b4b8 Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com> Signed-off-by: auva-odoo <auva@odoo.com>
1 parent a42608c commit e511373

File tree

7 files changed

+45
-31
lines changed

7 files changed

+45
-31
lines changed

content/applications/finance/payment_providers.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,9 @@ Bank payments
178178
- | :doc:`Wire Transfer <payment_providers/wire_transfer>`
179179
| When selected, Odoo displays your payment information with a payment reference. You have to
180180
approve the payment manually once you have received it on your bank account.
181-
- | SEPA Direct Debit
181+
- | :doc:`SEPA Direct Debit <../finance/accounting/payments/batch_sdd>`
182182
| Your customers can sign a SEPA Direct Debit mandate online and get their bank account charged
183-
directly. :doc:`Click here <../finance/accounting/payments/batch_sdd>` for
184-
more information about this payment method.
183+
directly.
185184
186185
.. _payment_providers/features:
187186

@@ -379,8 +378,6 @@ Countries
379378
Restrict the use of the payment provider to a selection of countries. Leave this field blank to make
380379
the payment provider available in all countries.
381380

382-
.. _payment_providers/journal:
383-
384381
Maximum Amount
385382
**************
386383

@@ -392,6 +389,8 @@ to make the payment provider available regardless of the payment amount.
392389
amount. For example, the **Donation** snippet of the Website app, and the **Checkout** page of
393390
the **eCommerce** app when paid delivery methods are enabled.
394391

392+
.. _payment_providers/journal:
393+
395394
Payment journal
396395
***************
397396

Lines changed: 41 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,54 @@
1-
===================================
2-
How to get paid with wire transfers
3-
===================================
1+
==============
2+
Wire transfers
3+
==============
44

5-
**Wire Transfer** is the default payment method available. The aim is providing your customers with
6-
your bank details so they can pay on their own. This is very easy to start with but slow and
7-
inefficient process-wise. Opt for payment providers as soon as you can!
5+
The **Wire transfer** payment method allows you to provide payment instructions to your customers,
6+
such as the bank details and communication. They are displayed:
87

9-
How to provide customers with payment instructions
10-
==================================================
8+
- at the end of the checkout process, once the customer has selected :guilabel:`Wire transfer` as a
9+
payment method and clicked the :guilabel:`Pay now` button:
1110

12-
Put your payment instructions in the **Thanks Message** of your payment method.
11+
.. image:: wire_transfer/payment_instructions_checkout.png
12+
:alt: Payment instructions at checkout
1313

14-
.. image:: wire_transfer/payment_instructions.png
15-
:align: center
14+
- on the customer portal:
15+
16+
.. image:: wire_transfer/payment_instructions_portal.png
17+
:alt: Payment instructions on the customer portal
18+
19+
.. note::
20+
- While this method is very accessible and requires minimal setup, it is very inefficient
21+
process-wise. We recommend setting up a :doc:`payment provider <../payment_providers>` instead.
22+
- Online orders remain in the :guilabel:`Quotation sent` (i.e., unpaid order) stage until you
23+
receive the payment and :guilabel:`Confirm` the order.
1624

17-
They will appear to the customers when they place an order.
25+
.. tip::
26+
**Wire transfer** can be used as a template for other payment methods that are processed
27+
manually, such as checks, by renaming or duplicating it.
1828

19-
.. image:: wire_transfer/payment_customer_instructions.png
20-
:align: center
29+
Configuration
30+
=============
2131

22-
How to manage an order once you get paid
23-
========================================
32+
To configure **Wire Transfer**, go to :menuselection:`Accounting / Website --> Configuration -->
33+
Payment Providers`, and open the :guilabel:`Wire Transfer` card. Then, in the
34+
:guilabel:`Configuration` tab:
2435

25-
Whenever a customer pays by wire transfer, the order stays in an intermediary stage **Quotation
26-
Sent** (i.e. unpaid order). When you get paid, you confirm the order manually to launch the
27-
delivery.
36+
- Select the :guilabel:`Communication` to be used;
2837

29-
How to create other manual payment methods
30-
==========================================
38+
- :guilabel:`Based on Document Reference`: sales order or invoice number
39+
- :guilabel:`Based on Customer ID`: customer identifier
3140

32-
If you manage a B2B business, you can create other manually-processed payment methods like paying by
33-
check. To do so, just rename *Wire Transfer* or duplicate it.
41+
- Tick the :guilabel:`Enable QR codes` check box to activate :doc:`QR code payments
42+
<../accounting/customer_invoices/epc_qr_code>`.
43+
44+
Define the payment instructions in the :guilabel:`Messages` tab:
45+
46+
.. image:: wire_transfer/payment_instructions.png
47+
:alt: Define payment instructions
3448

35-
.. image:: wire_transfer/payment_check.png
36-
:align: center
49+
If you have already defined :doc:`a bank account <../accounting/bank>`, the account number will be
50+
automatically added to the default message generated by Odoo. You can also add it afterwards and
51+
update the message by clicking :guilabel:`Reload pending message`.
3752

3853
.. seealso::
39-
- :doc:`../payment_providers`
54+
:ref:`payment_providers/journal`
Binary file not shown.
Binary file not shown.
-22.6 KB
Loading
10.5 KB
Loading
36.4 KB
Loading

0 commit comments

Comments
 (0)