From 72c96da1c625869fc68f383ae7514c1f99e07bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAudrey?= <“auva@odoo.com”> Date: Tue, 13 Jun 2023 13:28:49 +0000 Subject: [PATCH] [FIX] Adyen: Fix live/test URLs closes odoo/documentation#4721 X-original-commit: 52bf00663efb3e61e9c6b29faa4a3f50ddea2db1 Signed-off-by: Castillo Jonathan (jcs) Signed-off-by: auva-odoo --- .../applications/finance/payment_acquirers/adyen.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/content/applications/finance/payment_acquirers/adyen.rst b/content/applications/finance/payment_acquirers/adyen.rst index 5b121a9dd..2dd211edc 100644 --- a/content/applications/finance/payment_acquirers/adyen.rst +++ b/content/applications/finance/payment_acquirers/adyen.rst @@ -104,16 +104,18 @@ URLs, proceed as follows: :alt: Copy the prefix for the Adyen APIs #. In Odoo, :ref:`navigate to the payment acquirer Adyen `. -#. In the :guilabel:`Checkout API URL` field, enter the following URL and replace `yourprefix` with the - prefix you previously saved: `https://yourprefix.com/checkout`. +#. In the :guilabel:`Checkout API URL` field, enter the following URL and replace `yourprefix` with + the prefix you previously saved: + `https://yourprefix-checkout-live.adyenpayments.com/checkout`. #. In the :guilabel:`Recurring API URL` field, enter the following URL and replace `yourprefix` with - the prefix you previously saved: `https://yourprefix.com/pal/servlet/Recurring`. + the prefix you previously saved: + `https://yourprefix-pal-live.adyenpayments.com/pal/servlet/Recurring`. .. note:: If you are trying Adyen as a test, you can use the following URLs instead: - - :guilabel:`Checkout API URL`: `https://checkout-test.adyen.com/checkout/` - - :guilabel:`Recurring API URL`: `https://pal-test.adyen.com/pal/servlet/Recurring/` + - :guilabel:`Checkout API URL`: `https://checkout-test.adyen.com` + - :guilabel:`Recurring API URL`: `https://pal-test.adyen.com/pal/servlet/Recurring` Adyen Account -------------