Stripe

`Stripe <https://stripe.com/>`_是一家美国在线支付解决方案提供商,允许企业接受**信用卡**和其他支付方式。

填写您的凭证

如果需要您的**API凭证**,以便与Stripe账户连接,则您须填写以下凭证:

  • 可发布密钥:仅用于标识Stripe账户的密钥。

  • 密钥:使用Stripe签署商户账户的密钥。

  • 反射API签名密钥:在Stripe账户中启用反射API时,您须设置此签名密钥,以验证Stripe向Odoo发送的消息。

要检索可发布密钥和密钥,请执行以下操作`link to your API keys <https://dashboard.stripe.com/account/apikeys>`_,或登录Stripe仪表板,并转到 开发人员‣API密钥‣标准密钥

生成反射API

如果需要您的**反射API签名密码**,以便与Stripe账户连接,您可以自动或手动创建反射API。

Make sure your Publishable and Secret keys are filled in, then click the Generate your Webhook button.

小技巧

To update the webhook, click once again the Generate your Webhook button.

配置选项卡

暂挂信用卡

Stripe允许您**手动捕获金额**,而非立即捕获。此功能将客户账户内的金额指定一段时间,取决于所用的付款方式。

To set it up, enable the Capture Amount Manually option in Odoo, as explained in the payment providers documentation.

警告

手动捕获功能激活后,如果您的客户选择不支持的付款方式,将无法继续进行任何付款。

小心

Odoo尚不支持捕获部分金额。请注意,来自Stripe界面的部分捕获将被Odoo管理为完整捕获。

启用本地付款方式

本地付款方式仅适用于特定商户和客户所在国家和币种。

Odoo支持以下本地付款方式:

  • Bancontact

  • EPS

  • giropay

  • iDEAL

  • Przelewy24 (P24)

To enable some of these local payment methods with Stripe go to Payment Providers ‣ Stripe ‣ Configuration and add the desired payment methods in the Supported Payment Methods field. If the desired payment method is already listed, you don’t have anything to do.

选择并添加要启用的付款方式的图标

注解

  • 如果数据库中没有付款图标记录,且相关本地付款方式已经列出,则视为Stripe已启用。

  • 如果未列出本地付款方式,则表示该付款方式不受支持且无法启用。

启用快速结账

参见

快速结账

勾选 :guilabel:`允许快速结账`复选框后,**Google Pay**立即启用,但**Apple Pay**要求额外步骤:您须在Apple注册web域。可以在Odoo中自动注册,也可以在Stripe中手动注册。

  1. 导航至您的支付服务提供商,确保其 enabled

  2. Go to the Configuration tab and click the Enable Apple Pay button. A notification shows that the web domain was successfully registered with Apple.

重要

web域每次变更后,均须重复此操作。