[FIX] Adyen: Fix live/test URLs
closes odoo/documentation#4721
X-original-commit: 52bf00663e
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
This commit is contained in:
parent
457a82f413
commit
72c96da1c6
@ -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 <payment_acquirers/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
|
||||
-------------
|
||||
|
Loading…
Reference in New Issue
Block a user