使用 ActiveMerchant + Stripe 进行定期付款
Posted
技术标签:
【中文标题】使用 ActiveMerchant + Stripe 进行定期付款【英文标题】:Recurring payments with 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 应用程序已经在使用其他几个支付网关。
非常感谢任何帮助!
【问题讨论】:
【参考方案1】:ActiveMerchant 的 Stripe 实施不支持定期/订阅付款。事实上,大多数 ActiveMerchant 网关集成都考虑到了 Shopify。而且 99.99% 的 Shopify 交易都是一次性交易。 看看 ActiveMerchant 的 PayPal 定期解决方案,您会发现 AM 根本没有关注订阅。 免责声明:我在MONEI.工作
【讨论】:
以上是关于使用 ActiveMerchant + Stripe 进行定期付款的主要内容,如果未能解决你的问题,请参考以下文章
与 ActiveMerchant 一起使用的最佳支付网关是啥?
ActiveMerchant:使用不支持void操作的网关时如何授权卡?