Live data from Hacker News

Poll: How do you bill recurring payments?

news.ycombinator.com

21–30 of 96 posts

Re: Poll: How do you bill recurring payments?

#21
I've used CheddarGetter (http://cheddargetter.com) for a few projects and I've been extremely happy with their service.

* 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.

Re: Poll: How do you bill recurring payments?

#22
post #20

Any comment from Australian devs as Im about to go through this myself. PayPal is the anti christ, not an option for me.

Anti-christ because of things done in the past that you are generally afraid will affect your startup or because of a general sentiment of them being "evil"? If the latter, then not evaluating them because of it sounds like bad business mojo to me...

Re: Poll: How do you bill recurring payments?

#25
post #22
post #20

Any comment from Australian devs as Im about to go through this myself. PayPal is the anti christ, not an option for me.

Anti-christ because of things done in the past that you are generally afraid will affect your startup or because of a general sentiment of them being "evil"? If the latter, then not evaluating them because of it sounds like bad business mojo to me...

Bad experience at both the merchant and user end. Spreedly who I had never heard of till this post integrate with 2 Australian payment gateways so that will be worth checking out I think.

Re: Poll: How do you bill recurring payments?

#26
post #20

Any comment from Australian devs as Im about to go through this myself. PayPal is the anti christ, not an option for me.

Paypal website payments standard is your only option here. Unless you want to bill in AUD, you can't really use a merchant account in Australia. It's technically possible to use NAB to acquire in foreign currencies (ie. USD), but it's not feasible for small startups due to cost and complexity and the bank not actually knowing how. I lost my real HN account because I'm an idiot or whatever, but send questions to wtfaustralia@soundfolder.com if you want to hear about our various failed attempts at recurring cc billing.

Re: Poll: How do you bill recurring payments?

#27
post #16
post #15

Earlier quoted context omitted.

So if PayPal has issues with canceling subscriptions, has horrendous support, is clunky, and has higher fees, why do you still use it?

Unfortunately PayPal is pretty much the only option, if you're based in Europe and want to do recurring payments. 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.

Well, you can always try 2checkout. They work for europe too :)

Re: Poll: How do you bill recurring payments?

#28
post #14
post #2

Spreedly provides the logic, Paypal the gateway. It works, it took vanishingly little time to get working eight (a few hours, total), it is fairly inexpensive, and it didn't require a real merchant account, which would be difficult to get for my business. ("You live where? I see. And your business does what exactly? I see. And you have five figures in yearly sales? I see. Thanks, we'll pass.")

Are you using the Payments API or just the "regular" Spreedly functionality?

Both. Payments to have a totally on-brand signup. The regular "redirect them to Spreedly" to do account upgrades, etc, to save me a day of programming that wouldn't sell accounts.

Re: Poll: How do you bill recurring payments?

#29
post #12
post #9

Earlier quoted context omitted.

The spreedly FAQ implies that you need a merchant account. "How does Spreedly pay me? Spreedly never touches your customers' money - it goes straight into your merchant account." is this not the case?

I assume the "merchant account" is a PayPal account in this case.

Pay pal Website Payments Pro, yeah.

Re: Poll: How do you bill recurring payments?

#30
we do recurring offers since years and i dont even know what chargify, recurly and spreedly is but just because of their names i wouldnt want to use them. besides that they probably just give you a nice frontend and a nicer API on top of one of the real creditcard processors, which you could use yourself.
Post reply on HN