From c2959cefce7a72e2deac2984eab12148af4bafe7 Mon Sep 17 00:00:00 2001 From: "Loan (lse)" Date: Tue, 22 Nov 2022 10:17:46 +0000 Subject: [PATCH] [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#3022 X-original-commit: aa9126b03725bddd4b990990b28e738a79f1b57e Signed-off-by: Castillo Jonathan (jcs) --- .../sales/point_of_sale/payment/adyen.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/applications/sales/point_of_sale/payment/adyen.rst b/content/applications/sales/point_of_sale/payment/adyen.rst index 700bcce62..0bd3e1c85 100644 --- a/content/applications/sales/point_of_sale/payment/adyen.rst +++ b/content/applications/sales/point_of_sale/payment/adyen.rst @@ -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 `_; +#. 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 ========================