【问题标题】:Stripe different currency for different plan?为不同的计划划出不同的货币?
【发布时间】:2021-03-31 15:13:02
【问题描述】:

我想为客户制定 2 个订阅计划。计划 A 他们将支付 5 加元/月。计划 B 他们将支付 10 美元/月。因为这是一个特殊的客户,所以我们必须设计一个他们将以 CAD 支付的新计划。我如何在 Stripe 中进行设计?因为当我使用 API stripe.subscriptions.create 时,当他们想要在计划之间切换时会显示此问题

Error: The specified price uses `usd` which doesn't match the expected currency of `cad`. Use `cad` instead.

【问题讨论】:

    标签: stripe-payments


    【解决方案1】:

    客户是single currency,这意味着您只能使用一种货币进行订阅(以及发票、余额等)。一旦客户的默认货币设置为cannot be changed。如果您需要两种货币的订阅,则需要为您的真实客户管理两个 Stripe 客户。

    这不会限制您以任何受支持的货币为该客户创建一次性付款(例如使用 Payment Intents API)。

    【讨论】:

      猜你喜欢
      • 2018-08-31
      • 2018-07-10
      • 1970-01-01
      • 1970-01-01
      • 2012-06-19
      • 2014-04-23
      • 2011-08-19
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多