node.js - Stripe 订阅附加组件和功能

标签 node.js payment stripe-payments

现在我的站点有 3 种类型的订阅:

  • 初学者(10 美元)
  • 加(15 美元)
  • 高级版(19 美元)

此外,我还有一些附加组件可供用户添加到他们的订阅中,例如:

订阅:加

  • +特征 1(+10 $)
  • +特征 2(+10 $)

总计 = 15$ + 10$ + 10$ = 35$。

用户应该能够在计费期间添加/删除功能或切换到另一个计划。

我应该如何使用 Stripe 管理这些功能?

最佳答案

2017 年 1 月 30 日,Stripe 通过支持 multiple plans for a single subscription 发布了此功能.

More information

Unlike our multiple subscriptions on a customer capability, which generates an invoice for each subscription, putting multiple plans into a single subscription results in a single invoice each billing period that combines every subscription. Only a single payment for that invoice is required, reducing your costs and the number of charges your customer sees.

关于node.js - Stripe 订阅附加组件和功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30666442/

相关文章:

node.js - 为大量出站 HTTP 请求优化 Node.js?

node.js - 如何从 Express 路由中的 URL 获取可选语言参数?

url - ipn_url、notify_url、callback_url 和 return_url 之间有什么区别?

ruby-on-rails - Stripe 503 错误 - 非法 IP 127.0.0.1 webhook 问题

javascript - 访问 Stripe 支付元素的加载状态

javascript - express js中的请求参数

Paypal 定期付款 - 猝死

paypal - 是否可以使用 paypal 创建市场风格的应用程序?

Laravel Cashier - 单个用户的多个订阅

javascript - 从 Azure 函数提供 HTML 文件时出错