条纹

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

填写您的凭证

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

  • Publishable Key: The key solely used to identify the account with Stripe.

  • Secret Key: The key to sign the merchant account with Stripe.

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

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

生成反射API

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

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

启用本地付款方式

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

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

  • Bancontact

  • EPS

  • giropay

  • iDEAL

  • Przelewy24 (P24)

To enable some of these local payment methods with Stripe, list them as supported payment icons. To do so, go to Payment Acquirers ‣ Stripe ‣ Configuration and add the desired payment methods in the Supported Payment Icons field. If the desired payment method is already listed, you do not have anything to do.

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

注解

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

  • 如果本地付款方式未列出,则不支持此付款方式,也无法启用。