Skip to content

Commit

Permalink
[FIX] Adyen: Fix live/test URLs
Browse files Browse the repository at this point in the history
closes #4729

X-original-commit: 1f2f11c
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
  • Loading branch information
“Audrey committed Jun 15, 2023
1 parent c7713b2 commit d0ca9fb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions content/applications/finance/payment_providers/adyen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,18 @@ URLs, proceed as follows:
:alt: Copy the prefix for the Adyen APIs

#. In Odoo, :ref:`navigate to the payment provider Adyen <payment_providers/add_new>`.
#. 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
-------------
Expand Down

0 comments on commit d0ca9fb

Please sign in to comment.