Rails 中的轻量级定期计费
到目前为止,我已经研究过 ActiveMerchant 和 SAAS Railskit。 ActiveMerchant 支持许多网关,但不是全部(例如 Google Checkout)。是否有一个库只支持计费/定期提醒?这样我就可以使用我关心的支付处理器的单独插件,并通过抽象库控制“重复出现”的部分。
更新:这是关于代码,而不是完整的 SaaS 解决方案,因为它只是更多的供应商锁定,我无法向客户提供所有支付处理器(CC、Paypal、Google Checkout)。
I've looked so far at ActiveMerchant and SAAS railskit. ActiveMerchant supports many gateways, but not all (like Google Checkout). Is there a library that supports just billing/recurring reminders? That way I could use individual plugins for payment processors that I care about and control the "recurring" part through an abstract library.
UPDATE: This is about code, not a full SaaS solution, as it's just more vendor lock-in where I won't be able to provide all payment processors to the customer (CC, Paypal, Google Checkout).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Braintree,他们支持每笔交易的定期计费和提醒 http://www.braintree payments.com/
checkout braintree they are supporting recurring billing and reminders for every transaction http://www.braintreepayments.com/
以下是一些资源:
Here are some resources: