【问题标题】:Recurring payment with stripe with varying amount具有不同金额的条纹的定期付款
【发布时间】:2019-04-30 00:34:21
【问题描述】:

我正在开展一个订阅者可以按月限制订阅的项目。

以下示例

Lets say i have 5 products A - Euro 40 ,B - Euro 40, C - Euro 40, D- Euro 40,E - Euro 40

Month 1 - A + B + C + D -> First order. I am using stripe ideal to generate the payment for 4 products. Total Euro 160

Month 2 - Subscriber cancels product D subscription. So now the recursive payment must work only for the price of A+B+C. So now the total comes Euro 120

Month 3 - Subscriber cancels product C subscription. So now the recursive payment must work only for the price of A+B. So now the total comes Euro 80

Month 4 - Subscriber cancels product A + B subscription. So the subscription should be cancelled.

到目前为止完成的工作:

条纹理想是一次性付款。在这种情况下,我可以使用 SEPA,但会在 14-16 个工作日内获得更新。 https://stripe.com/docs/sources/ideal/recurring

我正在使用 wordpress 并使用 Stripe PHP 库以编程方式(不使用插件)启动理想的付款方式。

iDEAL 有什么选择?

是否可以,如果我收集客户的卡详细信息并在未经用户授权的情况下定期向卡收费。

希望我把我的问题说清楚了。

【问题讨论】:

    标签: php stripe-payments


    【解决方案1】:

    诚然,我在这个世界上并不是特别有学问,但 Stripe 在这里确实有一些指导:

    https://stripe.com/docs/sources/ideal/recurring

    基本上,您必须将其转换为 SEPA 直接借记来源,然后每月通知您的客户他们将欠款。希望对您有所帮助!

    【讨论】:

      猜你喜欢
      • 2015-04-21
      • 1970-01-01
      • 2021-02-08
      • 2018-05-26
      • 2016-10-22
      • 2015-02-26
      • 2014-03-08
      • 2012-04-30
      • 2017-10-03
      相关资源
      最近更新 更多