Skip to content

Commit 7c12052

Browse files
committed
[IMP] payment_providers: manual capture, refunds, test mode
task-4882503 closes #14819 Signed-off-by: Audrey Vandromme (auva) <[email protected]>
1 parent 70f7393 commit 7c12052

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

content/applications/finance/payment_providers.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -207,18 +207,19 @@ proceed as follows:
207207
Test mode
208208
---------
209209

210-
If you wish to try the payment provider as a test, set the :guilabel:`State` field in the payment
211-
provider form to :guilabel:`Test mode`, then enter your provider's test/sandbox credentials in the
212-
:guilabel:`Credentials` tab.
210+
.. warning::
211+
We recommend using the test mode on a **duplicate** or a **test** database to avoid potential
212+
issues with invoice numbering.
213+
214+
To try a payment provider without affecting live transactions, set the :guilabel:`State` field in
215+
the payment provider form to :guilabel:`Test mode`. Then, enter the **provider's dedicated test or
216+
sandbox credentials** in the :guilabel:`Credentials` tab. Each payment provider has its own separate
217+
test account or environment for this purpose.
213218

214219
.. note::
215220
By default, the payment provider remains **unpublished** in test mode so that it's not visible to
216221
visitors.
217222

218-
.. warning::
219-
We recommend using the test mode on a duplicate or a test database to avoid potential issues
220-
with your invoice numbering.
221-
222223
.. _payment_providers/payment_methods:
223224

224225
Payment methods
@@ -333,8 +334,8 @@ Transaction` button.
333334
- The funds are likely not reserved forever. After a certain time, they may be automatically
334335
released back to the customer's payment method. Refer to your payment provider's documentation
335336
for the exact reservation duration.
336-
- Odoo does not support this feature for all payment providers, but some allow the manual capture
337-
from their website interface.
337+
- :doc:`payment_providers/adyen` and :doc:`payment_providers/stripe` allow to capture payments
338+
manually directly from their website interface.
338339

339340
.. _payment_providers/refunds:
340341

@@ -350,8 +351,8 @@ not need to be enabled first. To refund a customer payment, navigate to it and c
350351
optionally be refunded, too. These providers have the value **Full and partial** in the
351352
:ref:`table above <payment_providers/online_providers>`. The providers that only support
352353
refunding the total amount have the value **Full only**.
353-
- Odoo does not support this feature for all payment providers, but some allow to refund payments
354-
from their website interface.
354+
- :doc:`payment_providers/adyen` and :doc:`payment_providers/stripe` allow to refund payments
355+
directly from their website interface.
355356

356357
.. _payment_providers/express_checkout:
357358

0 commit comments

Comments
 (0)