Rails 计费插件

发布于 2024-09-15 16:04:04 字数 292 浏览 1 评论 0原文

我们希望为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我很坚强 2024-09-22 16:04:04

我看了它们两个,不幸的是都没有满足我的需求。

您说您想要“添加计费功能”——但是您的账单有多复杂?

  • 订阅?
  • 每个客户可以同时进行多个订阅吗?
  • 每月费用有变动吗? (例如,客户每月付款,但他们支付的金额因情况而异。)
  • 是否有任何非每月支付的附加项目? (例如安装费、咨询费等)
  • 提前计费订阅吗? (就像电话公司按月收取服务费一样。)还是欠费? (客户使用服务,然后你向他们开具账单。)

你可以将这些东西外包给一些非常的公司(初始设置约为 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?

  • Subscriptions?
  • Multiple subscriptions possible per customer at same time?
  • Any variable monthly costs? (eg the customer pays every month, but the amount they pay varies depending on something.)
  • Any additional items that aren't monthly? (eg setup charge, consulting, etc)
  • Billing subscriptions in advance? (like the phone company bills monthly service.) Or billing in arrears? (Customer uses service, then you bill them.)

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"

一念一轮回 2024-09-22 16:04:04

没有使用这些插件的经验,但我强烈建议使用 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文