Poll: How do you bill recurring payments?
Since many web applications using a recurring billing model, it would be interesting to see which services people use and why.
Please feel free to explain your choice in the comments.
Please feel free to explain your choice in the comments.
95 comments
[ 3.2 ms ] story [ 104 ms ] threadIf you have your own merchant account you can use paypal for just the gateway, but I don't think this happens very often.
That said, we still use paypal recurring billing on a few sites cause its just sooo easy to do, even if it is a bit user unfriendly.
The fees are a little higher than some of the other services, but it integrates fine, so if you're okay with a clunky but easy to set up service, you might find it useful as well.
I agree with all the points above: the support is worst I've ever experienced, the user experience is horrible and hasn't improved over the years, and the recurring payments clearly don't belong to the product.
I'm considering switching to one of the webapps you kids seem to like, but most of them seem more like payment processors than billing systems, really, and if I have to maintain my own separate billing system, what's the point?
I am very interested in what other people's experiences have been with the webapps, though.
Good! Do it! It's really easy: http://timeless.judofyr.net/making-ruby-gems
Is your stuff built on top of braintree's gem, or did you re-implement all of the actual calls to the API? You might want to check that out, it could simplify your code...
Our code is built on top of their gem. We focused on the rebilling logic, which replicates some of their own vault / rebilling code, which most people here would say was a waste of time / money. (Probably was?)
When it comes to billing stuff, though, I really want to know what's going on behind the scenes ... hence ... rolling our own.
As we work out the bugs, I'll try to get a gem together. Would love to have people dig into it and make it better.
Adaptive Payments was chosen as the standard recurring billing API doesn't allow us to automatically manage subscriptions, which becomes an issue if you have multiple plans. However, we had to implement billing scheduling ourselves. PayPal was for us the only option which didn't require us to store CC information on our servers.
I suspect that the smaller companies like us will be out of this line of business in a year or two, and even the big players will be out of it in 5. Nowadays we're down to about 20k transactions a month.
Back then, it was worth it both for cost and flexibility but now there are a lot more options so I'm going to reevaluate.
We built it in late 2008, and either the companies that handled recurring stuff didn't exist when we were building it, or we weren't aware of the ones that did. Otherwise, it's unlikely that we would have gone down this route. However, now that we have it, it is pretty nice to have control over every detail of how it works.
When we made the enhancements, we briefly considered switching to a provider for handling it, but given our existing infrastructure, it was actually easier for us to improve our own instead of migrating to another provider.
The migration to get on the new platform wasn't worth it for us right now. It definitely looks nicer, though, and I'm a little envious of those that signed up later and get to use it.
Thanks for your blog post!
* API is reasonably nice to work with (wrote a Python client called Sharpy https://github.com/saaspire/sharpy) * Lots of options to control exactly how and when your customers get billed. * Support for a bunch of payment gateways * Tools for handling tracked items and one-off charges (e.g. discounts or fees) as part of your subscriptions. * Fantastic support - I don't think I've ever waited more than a few hours for a response and their support team has been very helpful.
I talk more about it here: http://peachshake.com/2010/06/15/saas-subscription-billing-o...
I've had a real problem finding a recurring billing company that allows payments to be split like this. Any suggestions?
I'm trying to bootstrap a product that charges between $10-40/mo per user. Right now I have no users, but I hope to get a few over the next couple of months. What are my options?
Do I have to incorporate in order to get a merchant gateway? Do I cut my losses by using Chargify or Recurly and pay $30-40/mo while I am making less than half of that in revenue?
If I'm to remain economical, I'm forced to use Paypal (or Amazon's SimplePay, or Google Checkout) until I graduate to a better position with more customers.
I imagine a more efficient economy someday in the future when peer-to-peer transactions are commonplace and streamlined. Everyone should be able to provide a service or product in an ad-hoc nature before having to invest in incoporation, etc.
As much as I love to hate Paypal, I have to appreciate their forward thinking.
Recently been thinking of changing to Chargify now that they support a payment gateway in Scandinavia. We (http://beaconpush.com, push service for Web Sockets) currently have our custom-built system for recurring payments. It works, but I really don't want to spend time hacking on it. I rather be focusing on our core business of developing our service.
"Unfortunately your transaction volume was too low to be approved for a merchant account at this time. "
Alternatively, you could do this, but charge your early customers via a simple Paypal recurring invoice until you're ready to turn on chargify.
Why?
Because, its a great way to A/B test if what you're hoping to sell will get traction even with one person.
Set the expectation for payment early, Dan Martell wrote a solid post on why this has worked for him in the past. If you give it away free with no expectations of payment, it de-values your product. So set the expectation of payment, slap a "Buy This" button ont there.
I sold 6 tea kettles once before knowing where to get them myself. I sent an email to 3 saying sorry were out of stock (fairly true). Then I searched the web for kettle distributors. Sent the email to other 3 asking if its ok if they are a few weeks late. All 3 sold, and several dozen since then. All from a Buy Now Button on a landing page.
Set up a recurring payments button and drop the HTML into a page. The IPN does the rest. Its simpler than you think:
http://blog.awarelabs.com/2008/paypal-ipn-python-code/
If within your first month of operation you have customers changing subscription plans then worry about how to deal with it.
Don't solve problems you dont have yet. If you don't have customers yet you've got more pressing concerns.
Having gone through this recently, Im hoping to save you pain.
You should have at least a little bit of cash to burn (let's say $100 per month) until you get enough users to cover your costs.
My relationship with GoPayment: The co-op I help run uses them as an alternative to Square because GoPayment actually accepts EINs for incorporated entities. I'm just a satisfied customer.
1- http://gopayment.com/