diff --git a/content/applications/finance/payment_acquirers.rst b/content/applications/finance/payment_acquirers.rst index 4464d0f88..8c6094045 100644 --- a/content/applications/finance/payment_acquirers.rst +++ b/content/applications/finance/payment_acquirers.rst @@ -56,7 +56,7 @@ Online payment acquirers | | Payment flow | Save cards | Capture amount | Refund | | | | | manually | from Odoo | +===============================+======================+============+=================+===========+ -| :doc:`Adyen | Payment from Odoo | |V| | | |V| | +| :doc:`Adyen | Payment from Odoo | |V| | |V| | |V| | | ` | | | | | +-------------------------------+----------------------+------------+-----------------+-----------+ | :doc:`Alipay | Redirection to the | | | | diff --git a/content/applications/finance/payment_acquirers/adyen.rst b/content/applications/finance/payment_acquirers/adyen.rst index a58d4a45e..c5e4d040f 100644 --- a/content/applications/finance/payment_acquirers/adyen.rst +++ b/content/applications/finance/payment_acquirers/adyen.rst @@ -99,5 +99,28 @@ where payments will be made (the URLs of the servers hosting your Odoo instances :align: center :alt: Allows payments originated from a specific domain. +Place a hold on a card +---------------------- + +Adyen allows you to capture an amount manually instead of having an immediate capture. + +To set it up, enable the **Capture Amount Manually** option on Odoo, as explained in the +:ref:`payment acquirers documentation `. + +Then, open your Adyen Merchant Account, go to :menuselection:`Account --> Settings`, and set the +**Capture Delay** to **manual**. + +.. image:: media/adyen_capture_delay.png + :align: center + :alt: Capture Delay settings in Adyen + +.. caution:: + If you configure Odoo to capture amounts manually, make sure to set the **Capture Delay** to + **manual** on Adyen. Otherwise, the transaction will be blocked in the authorized state in Odoo. + +.. note:: + After **7 days**, if the transaction hasn't been captured yet, the customer has the right to + **revoke** it. + .. seealso:: - :doc:`../payment_acquirers`