[ADD] general/payment_acquirers: add doc on Adyen manual capture

Add documentation about the manual capture for Adyen

closes odoo/documentation#1153

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Demesmaeker 2021-10-12 07:57:48 +00:00
parent 1c2ea73923
commit be8e8f0579
2 changed files with 24 additions and 1 deletions

View File

@ -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| |
| <payment_acquirers/adyen>` | | | | |
+-------------------------------+----------------------+------------+-----------------+-----------+
| :doc:`Alipay | Redirection to the | | | |

View File

@ -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 <payment_acquirers/capture_amount>`.
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`