If Braintree had a micropayments option I would almost certainly have tried to go with them.
Ask HN: How are lean startups easily accepting CC payments?
31–40 of 125 posts
Re: Ask HN: How are lean startups easily accepting CC payments?
#32Are any of the solutions out there comparable to BrainTree? It's easy to process CC's, even recurring, but it's a pain to do PCI compliance. If the CC info hits your server, you're in PCI scope. BrainTree has the browser send the info direct to them, then redirects with a token you can use to check information and perform charges. Anything else out there like that? That is, all the flexibility of being able to run ch…
I am no expert on this, but from what I gathered of previous discussions of this topic, is that if you are serving the form HTML, you need some form of PCI compliance, even though the CC never hits your server. This makes sense as any XSS attack would allow an attacker to lift the CC straight from the page.
Re: Ask HN: How are lean startups easily accepting CC payments?
#33Re: Ask HN: How are lean startups easily accepting CC payments?
#34I use Stripe for Gumroad and it's amazing. Unfortunately, it's still private for now.
Re: Ask HN: How are lean startups easily accepting CC payments?
#35No need for a merchant account and they easily handle affiliate commissions (if that's something you want).
Downside is that people will see Clickbank.com on their credit card statement, not your merchant name (but that's the same with a basic PayPal account as well).
Upside is they have a very good track record at processing recurring payments successfully (much better than PayPal) and they don't freeze your account like PayPal or Google Checkout does.
Re: Ask HN: How are lean startups easily accepting CC payments?
#36Re: Ask HN: How are lean startups easily accepting CC payments?
#37I use Stripe for Gumroad and it's amazing. Unfortunately, it's still private for now.
Re: Ask HN: How are lean startups easily accepting CC payments?
#38I'm using Braintree combo-ed with Recurly. Makes it simple to start accepting subscriptions. I'm a big fan of recurly and if I ever feel like coding my own, I can use Braintrees. I built my own subscription payments for Paypal before and to be honest I'd never want to use that code again. Subscriptions have a lot more headaches then appear at first glance.
Braintree has their own system for recurring payments too; what made you decide to use Recurly instead?
Re: Ask HN: How are lean startups easily accepting CC payments?
#39I use Stripe for Gumroad and it's amazing. Unfortunately, it's still private for now.
can anyone get me an invite :-)
Re: Ask HN: How are lean startups easily accepting CC payments?
#40Are any of the solutions out there comparable to BrainTree? It's easy to process CC's, even recurring, but it's a pain to do PCI compliance. If the CC info hits your server, you're in PCI scope. BrainTree has the browser send the info direct to them, then redirects with a token you can use to check information and perform charges. Anything else out there like that? That is, all the flexibility of being able to run ch…