Stripe used to have really simple docs: paste in some js, paste in some example code on the backend, and you’re good to go.
Now it’s really really confusing. Payment intents are confusing. Figuring out which part of the docs I need is confusing. Figuring out the limitations of the self hosted checkout pages is confusing. The pricing is confusing. There’s narrative for one-click checkout that is comparable to PayPal (I guess there is “link” but seems like a separate thing?)
Give me a thing I can copy and paste. Give me a hosted subscription management page.
Finding a way to allow legal businesses to operate would be huge, though my impression is that you get yanked around by banks a lot.
Don’t nickle and dime me on features. Make it easy to get reports out.
Although I agree with all the issues you raise, I think the confusing nature of the pricing is by design.
Stripe's fee model probably makes serious bank, because it's quite non-transparent and basically nothing is provided for free. Want even the slightest extra feature? +1% of your revenue (and repeat)
It's worth noting that most customers with any volume will be on custom contracts that will either be cheaper, include more features, or both. At my previous workplace we had this with relatively modest revenue and would renegotiate every year or two.
- Have a large enough transaction volume, say, above $100k / mo.
- Use the contact form.
Note that if your transaction volume is $100k/mo, and Stripe takes 3% of it, it's $3k/mo for them. Maybe a customer that's worth paying extra attention to, but of course by spending a minimal amount of time.
I suspect that if your transaction volume were, say, $1M/mo, they would have contacted you already.
Stripe is also one of the most expensive payment services - enough so that I worked at a company where we had an in-house payments frontend for Asia which was basically a common integration over about 6 different major regional banks. The reason was pretty obvious: Stripe was something like a 2.5% surcharge, our system 0.2-0.5%. That was a huge difference in revenue.
How did you get the visa and mastercard interchange fees down so low? Just the interchange fees for non debit cards can be as high as 2.5% (premium travel cards for example), not even mentioning Stripe's fee then.
Stripe ['s leadership] doesn't want to IPO, and its balance sheet doesn't need to. There's ridiculous demand for a Stripe IPO, whether it could is not at all in question.
An IPO is, if anything, a bad thing for a company. I wouldn't consider it a black mark that they aren't selling stock publicly and subjecting themselves to the "must grow every quarter at all costs" insanity.
I’d say it’s not enough to satisfy early investors, who probably want a 10~50x return before IPO. They could definitely go public if they wanted to, and do ‘well’.
I'm one of the founders of OpenPay (getopenpay.com) and we support all this functionality and have a simple to use API. We are charging way less than Stripe so you don't have to pay the "Stripe tax" just to run your business
You can also bring in whichever payment processor you want which will help you save on your payment processing fees
FYI there’s a typo in one of your image assets below the fold on your landing page - under the subscription optimization tab, the failed payment, recovered payment mockup says “paymet” rather than “payment”.
If you're not letting them do the checkout from start to end with only theme changes to the hosted payment page, you're signing up yourself to learn the different flavours of payment auth, callbacks and state management.
No! Stripe docs totally suck today. They're a labyrinth of things that do not impact my business that Stripe decided need to occupy my limited time.
I just want to take payments for dead-simple SaaS. I don't care about the 20,000 use cases for different billing product lifecycles, itemizations, etc.
"Launching a startup? Do this: [x]" would be incredible.
It's wild that Stripe doesn't have the 99% case covered.
The real reason for this is probably because Stripe's main customer isn't the scrappy upstart anymore, but rather the giants up-market. We're table scraps now.
> I just want to take payments for dead-simple SaaS
You'd be paying for the prepackaged all hosted and standardized offering (at the higher price point) if all you wanted was to "just" take payments.
I assume you actually want recurring payments, potentially lower fees and a personalized checkout experience ?
Welcome anyway, I've been playing with payments systems for a long time and there's no shortage of fun and new regulatory spice coming in every now and then. "Just" taking payments can be a whole way of life.
But that's deceptive and not all you need. You wind up having to learn about all of the lifecycle and state machine pieces anyway.
The API surface area is large and cluttered with stuff that's entirely irrelevant to most business types, yet you have to understand which parts of the API, checkout session, and webhook callback payloads are relevant and mutate your subscription state.
I wholeheartedly disagree. I think the Stripe docs and developer experience is one of the greatest, if not the greatest, I've ever seen.
It has great user docs, API docs, developer centric UI elements like copy pastable IDs, webhook event browser, time travel features, test mode (!!), and you can even look at the exact API calls that the stripe UI itself is making. I've brought it up to many colleagues are awesome the docs and experience is...
IMHO, for most things, the data model is straight forward and well explained. Of course there are complicated topics and quirks, but that's just because payments is not easy in general..
I'm clearly a Stripe fanboy, but I am not affiliated in any way.
I agree. I think stripe is complicated because accepting payments is complicated. It’s easy to start a new services that only support the 80% of use cases. Especially if you don’t have to consider fraud or regulatory requirements. But that remaining 20% is what kills your simplicity.
Now it’s really really confusing. Payment intents are confusing. Figuring out which part of the docs I need is confusing. Figuring out the limitations of the self hosted checkout pages is confusing. The pricing is confusing. There’s narrative for one-click checkout that is comparable to PayPal (I guess there is “link” but seems like a separate thing?)
Give me a thing I can copy and paste. Give me a hosted subscription management page.
Finding a way to allow legal businesses to operate would be huge, though my impression is that you get yanked around by banks a lot.
Don’t nickle and dime me on features. Make it easy to get reports out.