[IMP] point_of_sale: Adyen Event URLs configuration

Add more details as of how to set Adyen Event URLs.
This is important to configure as it is necessary to
receive a callback from Adyen terminal when a transaction
have been done.

OPW-3041117
OPW-3041117

closes odoo/documentation#3018

X-original-commit: aa9126b037
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
This commit is contained in:
Loan (lse) 2022-11-22 10:17:46 +00:00 committed by Jonathan Castillo (jcs)
parent 0a0c4123a5
commit 4b0b29e0fd

View File

@ -55,6 +55,20 @@ To find this number, go to your **Adyen account**. Then, go to :menuselection:`P
--> Terminals`, select the terminal to link, and copy-paste its serial number onto the Odoo
mandatory field.
Set the Event URLs
~~~~~~~~~~~~~~~~~~
For Odoo to know when a payment is made, you must set the terminal **Event URLs**. To do so,
#. log in to `Adyen's website <https://www.adyen.com/>`_;
#. go to :menuselection:`Adyen's dashboard --> Point of Sale --> Terminals` and select the connected
terminal;
#. from the terminal settings, click :guilabel:`Integrations`;
#. set the :guilabel:`Switch to decrypted mode to edit this setting` field as :guilabel:`Decrypted`;
#. click the **pencil icon** button and enter your server address, followed by
`/pos_adyen/notification` in the :guilabel:`Event URLs` field; and
#. click :guilabel:`Save` at the bottom of the screen to save the changes.
Add a new payment method
========================