Rails 计费插件
我们希望为 Rails 驱动的 Web 应用程序添加计费功能。我遇到过两个插件可以做到这一点 - Service Merchant (免费)和 SaaS Rails 套件(需要花钱)。
有人对这些插件(或具有相同功能的其他插件)有一些经验吗?您会推荐哪一款?
谢谢!
We want to add billing capabilities to our rails-driven web application. I've come across two plugins that do that - Service Merchant (which is free) and SaaS Rails kit (which costs money).
Does someone have some experience with these plugins (or others with the same functionality)? which one would you recommend?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我看了它们两个,不幸的是都没有满足我的需求。
您说您想要“添加计费功能”——但是您的账单有多复杂?
你可以将这些东西外包给一些非常的公司(初始设置约为 25,000 美元 - 50,000 美元及以上)。例如 www.zuora.com
或者您可以自行推出并使用 ActiveMerchant 向信用卡收费。请务必将信用卡信息存储在您的卡处理机构(例如 Authorize.Net Customer Information Manager)中。
如果您有风险投资支持,请咨询您的风险投资人以获取想法。将整个事情外包对您来说可能是值得的。
如果您是一家精益创业公司,如果您有简单的订阅模式,请使用低端人员之一。如果您的账单比这更复杂,正确的答案可能是自己推出。
低端订阅结算公司:Chargify、recurly、Google 的“订阅结算”
I looked at both of them and unfortunately neither met my needs.
You say that you want to "add billing capabilities" -- but how complex are your bills?
There are very expensive companies you can outsource this stuff to (~ $25K - $50K and up for initial setup). Eg www.zuora.com
Or you can roll your own and charge the credit card using ActiveMerchant. Be sure to store the credit card info at your card processor (eg Authorize.Net Customer Information Manager).
If you're venture backed, then consult your VC for ideas. It may be worthwhile for you to outsource the whole thing.
If you're a lean startup, use one of the low-end guys if you have a simple subscription model. If your billing is more complex than that, the right answer may be to roll your own.
Low end subscription billers: Chargify, recurly, Google for "subscription billing"
没有使用这些插件的经验,但我强烈建议使用 chargify 进行定期订阅计费。您将使用他们基于 REST 的 API 来创建“订阅”,它会为您处理所有费用、电子邮件和取消订阅。
您将按月为每个用户支付 chargify 费用(但很便宜),并向信用卡处理器支付费用,但无需支付开始费用。
http://chargify.com/
No experience with those plugins, but I highly recommend using chargify to do recurring subscription billing. You'll use their rest-based API to create 'subscriptions' and it handles all of the charges, emails, and canceling subscriptions for you.
You'll pay chargify per user on a monthly basis (but it's cheap), and you pay the credit card processor, but there's no setup fees to chargify to get started.
http://chargify.com/