Stripe: instant payment processing for developers
1–10 of 369 posts
Re: Stripe: instant payment processing for developers
#2That's a killer feature right there. I've been considering using Braintree for a project, but seeing this is really making me reconsider.
Re: Stripe: instant payment processing for developers
#3Re: Stripe: instant payment processing for developers
#4"You don't need a merchant account or gateway." That's a killer feature right there. I've been considering using Braintree for a project, but seeing this is really making me reconsider.
Re: Stripe: instant payment processing for developers
#5Stripe takes payments and put them behind a simple API. No crappiness and 1099 rules of PayPal. No more reconsidering the meaning of life like back when I had a merchant account. The only downside I see is the 7-day rolling batch (deposit to bank), versus the nightly batch from the merchant account, though I assume that is for fraud protection.
Maybe if you're charging millions of dollars, you should use a regular merchant account. If you aren't, I'm telling you now: don't even bother with a merchant account. Just use Stripe.
Re: Stripe: instant payment processing for developers
#6Re: Stripe: instant payment processing for developers
#7I much prefer only paying when I make money. I don't NEED a merchant account. I just need to be able to collect money from my customers in an automated way. Stripe makes that relatively easy.
Their API has a quick feedback loop, where you can execute a transaction from the command-line very quickly (for Ruby anyway...I imagine it would be the same for other languages).
Their support is also awesome - could be because they only had beta users. But either way, awesome service so far and much better to deal with than a 'traditional' payment solution for those webappers out there (in my experience).
Not affiliated with the company in anyway, other than a customer.
Re: Stripe: instant payment processing for developers
#8Re: Stripe: instant payment processing for developers
#9Their goal is to abstract away the complexity of payments, especially internationally. I wish them luck, and can't wait to use it.