Third-party subscription payment processing like Recurly?


7

Does anyone have any experience with third-party subscription payment processing services like Recurly?

What else is there?

Payments Subscriptions Payment Gateway

asked Dec 4 '10 at 07:31
Blank
Kim Jong Woo
644 points

4 Answers


4

CheddarGetter has the best pricing of all of these products. But most of these products are not viable if you are a programmer or can program your own recurring payments.

We looked at all of the above for a new startup and decided to AGAIN code our own recurring billing. What were deal breakers for us were:

  1. FREE Accounts - All the systems above charge you for the free accounts, otherwise you have to use some trickery and separate your free and subscription customers, making conversions tough.
  2. None support affiliate payments. One of the most powerful things you can do as a SAAS is to offer affiliates recurring affiliate payments upon billing. Using the systems above you still have to code that yourself.
  3. Unnecessary transaction fees, adding a few cents to every transaction adds up. That is money better spent of development or marketing.
  4. Intergrated metrics. If you keep billing your own DB, you can intergrate closer with other metrics and analytics. Over time it becomes a pain to corolate spikes in subscriptions with your marketing efforts.
  5. Pro-rated billing. We pro-rate every transaction. This is important because it lets us handle our billing early in the month. It allows us to take care of our payrolls, ad costs and more without being a month behind on accounting. Also lets us schedule our customer retention efforts, and handle declined transactions on a schedule. If you dont prorate- you will be billing customers throughout the month. That is expensive investment of your time, considering you could be calling clients 30 days a month to retain their accounts or offer promos.

Look at the systems above for ideas, but you will learn that you could build a very similar system in little time. If you are worried about storing card data, look at tokenization through your gateway. Authorize.net makes tokenization very simple.

answered Dec 5 '10 at 12:29
Blank
Frank
2,079 points

3

Chargify is good. Spreedly and zuora are others.

answered Dec 4 '10 at 14:41
Blank
Kyle West
708 points
  • Hi Kyle. Do you have personal experience with any of the above -- I think many readers here would be interested in more information? – Jesper Mortensen 13 years ago
  • I have not used any. I have, however, researched them all and am planning on using chargify in 2011. Chargify is on par feature-wise with zuora and has a simpler pricing model IMO (you don't need to contact a sales rep to get a price). I haven't looked at spreedly in a while. – Kyle West 13 years ago

2

You can also check out CheddarGetter.

answered Dec 4 '10 at 15:04
Blank
Jeff Epstein
1,532 points

0

Another is Spreedly.com
They are in our top 2 choices (at least partially b/c they support Quickbooks Merchant Services as the payment processor).

answered Nov 8 '11 at 05:07
Blank
Clay Nichols
737 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Payments Subscriptions Payment Gateway