[IMP] Adyen: Update directions for setting the URLs
task-3338125
closes odoo/documentation#4661
X-original-commit: 35d355f624
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: auva-odoo <auva@odoo.com>
This commit is contained in:
parent
1fb6059a90
commit
18280ab5da
@ -49,8 +49,10 @@ API Key and Client Key
|
|||||||
|
|
||||||
In order to retrieve the API Key and the Client Key, log into your Adyen account, go to
|
In order to retrieve the API Key and the Client Key, log into your Adyen account, go to
|
||||||
:menuselection:`Developers --> API Credentials`.
|
:menuselection:`Developers --> API Credentials`.
|
||||||
|
|
||||||
- If you already have an API user, open it.
|
- If you already have an API user, open it.
|
||||||
- If you don't have an API user yet, click on **Create new credential**.
|
- If you don't have an API user yet, click on **Create new credential**.
|
||||||
|
|
||||||
Go to :menuselection:`Server settings --> Authentification` and copy or generate your **API Key**.
|
Go to :menuselection:`Server settings --> Authentification` and copy or generate your **API Key**.
|
||||||
Be careful to copy your API key as you'll not be allowed to get it later without generating a new
|
Be careful to copy your API key as you'll not be allowed to get it later without generating a new
|
||||||
one.
|
one.
|
||||||
@ -90,17 +92,30 @@ You have to save the webhook to finalize its creation.
|
|||||||
|
|
||||||
.. _adyen/urls:
|
.. _adyen/urls:
|
||||||
|
|
||||||
URLs
|
API URLs
|
||||||
~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
To retrieve the URLs, log into your Adyen account, go to :menuselection:`Developers --> API URLs`.
|
All Adyen API URLs include a customer area-specific prefix generated by Adyen. To configure the
|
||||||
Select one of the URLs listed next to :guilabel:`Classic Recurring API` as your
|
URLs, proceed as follows:
|
||||||
:guilabel:`Recurring API URL` and one listed next to :guilabel:`Checkout API` as your
|
|
||||||
:guilabel:`Checkout API URL`.
|
|
||||||
|
|
||||||
.. image:: adyen/adyen-api-urls.png
|
#. Log into your Adyen account, then go to :menuselection:`Developers --> API URLs`.
|
||||||
:align: center
|
#. Copy the :guilabel:`Prefix` for your live Customer area (i.e., **data center**) and save it for
|
||||||
:alt: Get the links for the different API.
|
later.
|
||||||
|
|
||||||
|
.. image:: adyen/adyen-api-urls.png
|
||||||
|
: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:`Recurring API URL` field, enter the following URL and replace `yourprefix` with
|
||||||
|
the prefix you previously saved: `https://yourprefix.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/`
|
||||||
|
|
||||||
Adyen Account
|
Adyen Account
|
||||||
-------------
|
-------------
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue
Block a user