【问题标题】:Recurring payments with ActiveMerchant + Stripe使用 ActiveMerchant + Stripe 进行定期付款
【发布时间】:2015-06-13 17:08:57
【问题描述】:

是否有人使用 ActiveMerchant Stripe 网关处理定期/订阅付款?如果是这样,我很乐意看到一个代码示例。

在网关的来源 - https://github.com/Shopify/active_merchant/blob/master/lib/active_merchant/billing/gateways/stripe.rb 中有一些提到“重复”,但我无法成功地提供 https://stripe.com/docs/subscriptions 中描述的计划。

Stripe 有一个 Ruby gem,但我更喜欢使用 ActiveMerchant b/c 我的 Rails 应用程序已经在使用其他几个支付网关。

非常感谢任何帮助!

【问题讨论】:

    标签: ruby-on-rails stripe-payments activemerchant


    【解决方案1】:

    ActiveMerchant 的 Stripe 实施不支持定期/订阅付款。事实上,大多数 ActiveMerchant 网关集成都考虑到了 Shopify。而且 99.99% 的 Shopify 交易都是一次性交易。 看看 ActiveMerchant 的 PayPal 定期解决方案,您会发现 AM 根本没有关注订阅。 免责声明:我在MONEI.工作

    【讨论】:

      猜你喜欢
      • 2018-12-05
      • 1970-01-01
      • 2022-01-17
      • 2017-04-16
      • 2021-07-24
      • 2015-08-23
      • 1970-01-01
      • 2022-12-16
      • 2018-06-16
      相关资源
      最近更新 更多