I chose Stripe 8 years ago. And I'd probably still use Stripe now. I'd probably use Stripe Payment Links + webhooks if I were starting an MVP today. After the first few customers ask, I'd add a way for them to manage their subscription via Stripe Billing Portal.
Never used stripe. Does that mean you set it up so it's totally independent from your SaaS? So you just send them a link, they pay, and you activate their account or so?
If I was doing an MVP today, yes, I'd use payment links to start. I wouldn't "send them", but I'd have my "buy" button link to it, and then have a webhook activate the account on successful purchase.
But yes, full manual flow would also work depending on the product. :)
Look at InvoiceNinja, you can use Stripe for card and bank account payments with it, and avoid the invoicing fees Stripe charges while maintaining your data on a separate platform you control even if Stripe decides to pull the rug on you.
Fastsprings api docs looked really bad compared to stripe for me especially for subscription . Lack of examples are another problem . How did you integrate it ?
Stripe is still the easiest way especially for developers. Now they even have a Stripe hosted checkout option where you don't code much but just send a request to their hosted platform and setup payments/subscriptions. I would love to hear alternatives but doesn't seem like anyone else still beats Stripe when it comes to getting started the fastest.
Paddle but I'd try lemonsqueezy if I were starting.
Support is not great in paddle and I suspect some users can't pay me because of technical failures.
On the pro side handling of refunds/ chargebacks is painless and I don't have to deal with European VATMOSS or any other sales tax, albeit the rest of the world is not as awful as Europe (sales tax in the states has a sales threshold, at least)
Just a heads up: If you're not using a Merchant of Records like LemonSqueezy or Paddle you're 99,9% certain of committing tax fraud. Even within the US different states require you to collect sales tax, international sales make this even more tricky.
18 comments
[ 3.0 ms ] story [ 16.4 ms ] threadBut yes, full manual flow would also work depending on the product. :)
Fastspring is a bit expensive, but another good one for recurring billing.
(And as others have mentioned: Stripe)
Support is not great in paddle and I suspect some users can't pay me because of technical failures.
On the pro side handling of refunds/ chargebacks is painless and I don't have to deal with European VATMOSS or any other sales tax, albeit the rest of the world is not as awful as Europe (sales tax in the states has a sales threshold, at least)