mirror of
https://github.com/odoo/documentation.git
synced 2025-12-14 00:19:05 +07:00
[IMP] payment_providers: manual capture, refunds, test mode
task-4882503
closes odoo/documentation#14842
X-original-commit: 7c12052ced
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit is contained in:
@@ -213,18 +213,19 @@ proceed as follows:
|
|||||||
Test mode
|
Test mode
|
||||||
---------
|
---------
|
||||||
|
|
||||||
If you wish to try the payment provider as a test, set the :guilabel:`State` field in the payment
|
.. warning::
|
||||||
provider form to :guilabel:`Test mode`, then enter your provider's test/sandbox credentials in the
|
We recommend using the test mode on a **duplicate** or a **test** database to avoid potential
|
||||||
:guilabel:`Credentials` tab.
|
issues with invoice numbering.
|
||||||
|
|
||||||
|
To try a payment provider without affecting live transactions, set the :guilabel:`State` field in
|
||||||
|
the payment provider form to :guilabel:`Test mode`. Then, enter the **provider's dedicated test or
|
||||||
|
sandbox credentials** in the :guilabel:`Credentials` tab. Each payment provider has its own separate
|
||||||
|
test account or environment for this purpose.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
By default, the payment provider remains **unpublished** in test mode so that it's not visible to
|
By default, the payment provider remains **unpublished** in test mode so that it's not visible to
|
||||||
visitors.
|
visitors.
|
||||||
|
|
||||||
.. warning::
|
|
||||||
We recommend using the test mode on a duplicate or a test database to avoid potential issues
|
|
||||||
with your invoice numbering.
|
|
||||||
|
|
||||||
.. _payment_providers/payment_methods:
|
.. _payment_providers/payment_methods:
|
||||||
|
|
||||||
Payment methods
|
Payment methods
|
||||||
@@ -339,8 +340,8 @@ Transaction` button.
|
|||||||
- The funds are likely not reserved forever. After a certain time, they may be automatically
|
- The funds are likely not reserved forever. After a certain time, they may be automatically
|
||||||
released back to the customer's payment method. Refer to your payment provider's documentation
|
released back to the customer's payment method. Refer to your payment provider's documentation
|
||||||
for the exact reservation duration.
|
for the exact reservation duration.
|
||||||
- Odoo does not support this feature for all payment providers, but some allow the manual capture
|
- :doc:`payment_providers/adyen` and :doc:`payment_providers/stripe` allow to capture payments
|
||||||
from their website interface.
|
manually directly from their website interface.
|
||||||
|
|
||||||
.. _payment_providers/refunds:
|
.. _payment_providers/refunds:
|
||||||
|
|
||||||
@@ -356,8 +357,8 @@ not need to be enabled first. To refund a customer payment, navigate to it and c
|
|||||||
optionally be refunded, too. These providers have the value **Full and partial** in the
|
optionally be refunded, too. These providers have the value **Full and partial** in the
|
||||||
:ref:`table above <payment_providers/online_providers>`. The providers that only support
|
:ref:`table above <payment_providers/online_providers>`. The providers that only support
|
||||||
refunding the total amount have the value **Full only**.
|
refunding the total amount have the value **Full only**.
|
||||||
- Odoo does not support this feature for all payment providers, but some allow to refund payments
|
- :doc:`payment_providers/adyen` and :doc:`payment_providers/stripe` allow to refund payments
|
||||||
from their website interface.
|
directly from their website interface.
|
||||||
|
|
||||||
.. _payment_providers/express_checkout:
|
.. _payment_providers/express_checkout:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user