Adyen¶
Adyen - нідерландська компанія, яка пропонує кілька способів онлайн-платежів.
Дивись також
Примітка
Adyen працює лише з клієнтами, які обробляють понад 10 мільйонів на рік або виставляють мінімум 1000 транзакцій на місяць.
Налаштування¶
Дивись також
First, reach Adyen support to enable multiple partial capture for you.
Вкладка облікових даних¶
Odoo потрібні ваші Облікові дані API для підключення до вашого облікового запису Adyen, які містять:
Обліковий запис продавця: код облікового запису продавця для використання з Adyen.
API Key: The API key of the webservice user.
Client Key: The client key of the webservice user.
HMAC Ключ: ключ HMAC вебхуку.
URL-адреса API Checkout: базова URL-адреса кінцевих точок API Checkout.
Recurring API URL: The base URL for the Recurring API endpoints.
Ви можете скопіювати свої облікові дані зі свого облікового запису Adyen і вставити їх у відповідні поля на вкладці Облікові дані.
Важливо
If you are trying Adyen as a test, with an Adyen test account, head to Adyen, enable Test Mode and enter your credentials in the Credentials tab.
. There, click onAPI Key and Client Key¶
In order to retrieve the API Key and the Client Key, log into your Adyen account, go to
.If you already have an API user, open it.
If you don’t have an API user yet, click on Create new credential.
Go to
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 one.Now, head to allow payments to be made from your website.
and cody or generate your Client Key. This is also the place where you canHMAC ключ¶
Щоб отримати ключ HMAC, вам потрібно буде налаштувати вебхук Стандартне сповіщення
. Для цього увійдіть у свій обліковий запис Adyen і перейдіть до .

There, in /payment/adyen/notification
.

Then enter
. Be careful to copy the key as you will not be allowed to do it later without generating a new one.
Ви повинні зберегти вебхук, щоб завершити його створення.
API URLs¶
All Adyen API URLs include a customer area-specific prefix generated by Adyen. To configure the URLs, proceed as follows:
Log into your Adyen account, then go to
.Copy the Prefix for your live Customer area (i.e., data center) and save it for later.
In Odoo, navigate to the payment provider Adyen.
In the 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 Recurring API URL field, enter the following URL and replace
yourprefix
with the prefix you previously saved:https://yourprefix-pal-live.adyenpayments.com/pal/servlet/Recurring
.
Примітка
If you are trying Adyen as a test, you can use the following URLs instead:
Checkout API URL:
https://checkout-test.adyen.com
Recurring API URL:
https://pal-test.adyen.com/pal/servlet/Recurring
Обліковий запис Adyen¶
Allow payments from a specific origin¶
To allow payment originated from your website, follow the steps in API Key and Client Key to navigate to your API user and go to , then add the URLs from where payments will be made (the URLs of the servers hosting your Odoo instances).

Затримати картку¶
Adyen allows you to capture an amount manually instead of having an immediate capture.
To set it up, enable the Capture Amount Manually option on Odoo, as explained in the payment providers documentation.
Then, open your Adyen Merchant Account, go to
, and set the Capture Delay to manual.
Застереження
If you configure Odoo to capture amounts manually, make sure to set the Capture Delay to manual on Adyen. Otherwise, the transaction will be blocked in the authorized state in Odoo.
Примітка
After 7 days, if the transaction has not been captured yet, the customer has the right to revoke it.
Дивись також