Adyen¶
`Adyen <https://www.adyen.com/>`_是一家荷兰公司,提供多种在线付款方式。
注解
Adyen only works with customers processing more than 10 million annually or invoicing a minimum of 1000 transactions per month.
Adyen 配置¶
Create an Adyen account if necessary and log into your Adyen Customer Area.
小技巧
登录您的测试账户以在不向客户收费的情况下测试集成。准备好接受付款后,切换到您的正式账户。
联系 Adyen 支持团队以启用多次部分捕获功能。
In the Adyen Customer Area, go to and click the relevant API credential user name in the list or click Create new credential to create a new one.
在服务器设置部分,点击生成 API 密钥,然后点击(复制 API 密钥)图标并保存该值以供Odoo 配置步骤使用。
In the Client settings section, click Generate client key, then click the (Copy API key) icon and save the value for the Odoo 配置 step.
Enter your Odoo website URL in the Add allowed origins field, then click Add.
在页面底部点击保存更改。
Go to in the left menu and click Create new webhook.
In the Create new webhook popup, click Add on to the Standard webhook line.
在Webhook 生成表单的服务器配置部分,输入您的 Odoo 数据库URL后跟
/payment/adyen/notification。在安全部分,点击HMAC下方的生成,然后点击(将 HMAC 复制到剪贴板)图标并保存该值以供Odoo 配置步骤使用。
在页面底部点击保存配置。
Go to , then copy the Prefix and save it for the Odoo 配置 step.
Odoo 配置¶
Fill in the Merchant account, API Key, Client Key, HMAC Key, and API URL Prefix fields with the values saved at the Adyen configuration step.
根据需要配置其余选项。
将 状态 字段设置为 已启用。
小技巧
如果您想测试 Adyen 而不影响正式交易,请使用您的测试账户凭据,在API URL 前缀字段中输入 https://checkout-test.adyen.com,并将状态字段设置为测试模式。
手动捕获¶
要为 Adyen 付款启用手动捕获,请按照以下步骤操作:
前往配置标签页并启用手动捕获金额。
登录您的 Adyen 客户区,然后前往并在账户管理部分点击公司。
在常规部分,点击捕获延迟字段旁边的(编辑属性)图标。
在弹出窗口中,将捕获延迟字段设置为手动并点击保存。
其他资料