【问题标题】:Creating a stripe subscription with a loyalty/tiered discount创建具有忠诚度/分层折扣的条带订阅
【发布时间】:2020-04-12 23:35:19
【问题描述】:

我正在尝试创建一个条带订阅,这取决于人们订阅了多长时间,每月的价格会下降,例如:

1st month 1000$ 
2nd,3rd,4th month 800$ 
5-9 months 750$
9-12 600$
< 12 500$

我查看了分层折扣,但找不到与单一订阅价格的关系,因为分层折扣似乎只关注当前订阅的单位,而不是订阅开始后的总数量。有什么建议吗?

【问题讨论】:

    标签: stripe-payments subscription


    【解决方案1】:

    您可以通过listening for upcoming invoices 然后changing the Plan 对订阅执行此操作,具体取决于订阅的有效时间。

    另一种选择是使用Subscription Schedules

    【讨论】:

    • 这是一个很好的答案,一定会改变我的问题!非常感谢!
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-01-05
    • 2016-11-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多