Adyen

`Adyen <https://www.adyen.com/>`_是一家荷兰公司,提供多种在线付款方式。

注解

Adyen works only with customers processing more than 10 million annually or invoicing a minimum of 1.000 transactions per month.

配置

凭据选项卡

Odoo需要您的**API凭证**与您的Adyen账户连接,包括:

  • 商户账户:使用Adyen所需的商户账户代码。

  • API Key: The API key of the webservice user.

  • HMAC Key:反射API的HMAC密钥。

  • 结账API URL:结账API端点的基URL。

您可以从Adyen账户复制凭证,并粘贴至**凭证**选项卡下的相关栏。

重要

If you are trying Adyen as a test, with a test account, change the State to Test Mode. We recommend doing this on a test Odoo database, rather than on your main database.

API密钥

In order to retrieve the API Key, log into your Adyen account, go to Developers ‣ API Credentials. - 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 Authentication and get 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.

HMAC密钥

要检索HMAC密钥,您需要配置`标准通知`反射API,登录您的Adyen账户,转到:menuselection:开发人员-->反射API-->添加反射API-->添加标准通知

配置反向API。

There, in General ‣ Server Configuration ‣ URL, enter your server address followed by /payment/adyen/notification and in General ‣ Server Configuration ‣ Method, select HTTP Post.

输入通知URL。

Then continue in Security ‣ HMAC Key ‣ Generate new HMAC key. Be careful to copy it as you’ll not be allowed to get it later without generating a new one.

须保存反向API,以完成创建。

URL

To retrieve the URLs, log into your Adyen account, go to Developers ‣ API URLs. Pick one of the URLs listed next to Checkout API as your Checkout API URL.

为不同的API获取链接。