LemonSqueezy MoR for SaaS Subscriptions Explained
June 19, 2026

Most indie SaaS founders hit the same wall around month three: a customer in Germany just paid, and now someone needs to file VAT in a country where you have no legal entity. If you picked LemonSqueezy, that someone is not you.
LemonSqueezy is a merchant of record (MoR) platform, now owned by Stripe since 2024. It sits between you and your customers and legally becomes the seller of record for every transaction. That means it files the VAT, remits the GST, handles the tax registrations across dozens of jurisdictions, and absorbs the legal liability if something goes wrong. For a solo founder shipping a SaaS product, that is not a small thing.
The MoR market was valued at $13.2 billion in 2025 and is projected to reach $35.5 billion by 2032. This problem is not niche. "LemonSqueezy merchant of record SaaS subscriptions" has become a common search because founders want to understand exactly what they are buying before they commit. This article covers what LemonSqueezy actually handles, what it costs at different revenue levels, and the specific point where you should start evaluating alternatives.
#01What a merchant of record actually takes off your plate
The term gets used loosely, so it is worth being specific. When LemonSqueezy is your merchant of record, it legally appears as the seller on every invoice your customers receive. That is not a cosmetic distinction.
Global tax compliance is the core value. VAT registration in the EU, GST in Australia and New Zealand, sales tax nexus tracking across US states: LemonSqueezy handles all of it. You do not register anywhere. You do not file anything. The liability sits with them, not with you.
For SaaS subscriptions specifically, this matters more than it does for one-time purchases. Subscriptions create recurring tax events in every jurisdiction where a customer renews. A single B2C SaaS product sold to customers in 40 countries generates tax obligations in 40 places. Without a MoR, you either hire a tax compliance service, use software like Avalara, or guess and hope. None of those options are cheap or low-risk.
LemonSqueezy also handles chargebacks, refunds, and payment disputes on your behalf. The payment infrastructure runs on Stripe, so the underlying rails are solid. But you do not deal with Stripe directly for compliance purposes. LemonSqueezy absorbs that layer.
What it does not handle: complex enterprise billing scenarios. Net-30 payment terms, custom contract pricing, usage-based billing with high variability, and negotiated enterprise deals all live outside what LemonSqueezy is built for. For standard recurring SaaS subscriptions at indie and small-team scale, the coverage is solid.
#02The real fee structure, no surprises
LemonSqueezy charges 5% plus $0.50 per transaction as its base rate. That is the number founders quote, but it understates the actual cost for most subscriptions.
Add international payments and you pay an extra 1.5%. Add subscription renewals and you pay an extra 0.5%. Run an affiliate program through their built-in tools and affiliates cost you another 3% per referred sale. Stack those together on a $49/month subscription from a European customer referred by an affiliate and the effective fee is closer to 10% of the transaction.
At low revenue, that math is still fine. If you are generating $5,000 per month in MRR, the compliance savings alone justify the fee. Hiring a tax compliance service like Avalara for global VAT typically starts around $250 per month before any per-transaction costs. LemonSqueezy at $5,000 MRR costs roughly $275 in fees. You come out roughly even and get the legal liability lifted entirely.
The inflection point is around $500,000 in annual recurring revenue. Past that threshold, the flat percentage fee starts to hurt. A direct Stripe integration, with a separate compliance layer like TaxJar or Avalara, often gets cheaper. Paddle, which offers volume-based pricing discounts, becomes more competitive at that scale.
Below $500k ARR, LemonSqueezy merchant of record SaaS subscriptions is a rational choice for most teams. Above that, run the numbers specifically. Do not assume the MoR fee is always worth it.
#03How subscription webhooks actually work
The integration is simpler than most payment setups, but there are specific patterns that matter for SaaS subscription management.
When a customer subscribes, LemonSqueezy fires a webhook to your server. The two events you care most about are subscription_created and subscription_cancelled. You also need subscription_payment_success and subscription_payment_failed to manage access correctly.
The critical pattern: pass your internal user_id in the checkout custom data field at the time the customer initiates checkout. LemonSqueezy sends that data back in every subsequent webhook, which lets you link every subscription event to a specific user in your database. Skip this step and you will spend a week writing reconciliation logic you should not need.
LemonSqueezy does not expose a strong customer portal for subscription management out of the box. Customers can access a LemonSqueezy-hosted portal to cancel or update payment methods, but customizing that experience requires additional work. If you need branded, fully customized subscription management flows, you will hit limits faster than you expect.
For developers building on Next.js or React, Revnu's Auth SDK includes pre-built subscription access-control components that wire up cleanly to webhook-driven subscription state. It is not a LemonSqueezy-specific tool, but if you are already using Revnu for growth automation, the Auth SDK reduces the boilerplate involved in gating features behind active subscription status.
#04LemonSqueezy vs the alternatives at your current stage
There are four realistic options for SaaS founders who need merchant-of-record coverage in 2026.
Paddle is the institutional pick for companies past $50,000 MRR. It covers 200-plus countries with mature compliance infrastructure and offers volume discounts that make the fee structure more competitive as you scale. The tradeoff is setup complexity and a more enterprise-oriented onboarding experience.
Polar.sh targets solo developers and open-source maintainers with fees at 4% plus $0.40. It has a developer-native approach that resonates with technical founders, though additional costs apply for non-US cards and disputes. Creem, built for European-first businesses, comes in at 3.9% plus $0.40 and treats VAT as a first-class concern rather than an afterthought. Dodo Payments offers a flat 4% plus $0.40 with no hidden tiers.
LemonSqueezy sits at 5% plus $0.50 and is more expensive than all three alternatives on a per-transaction basis. What it trades for that fee is breadth of tooling: built-in affiliate management, license key generation, and a checkout experience that non-technical founders can configure without developer involvement.
For teams that have an engineer and mostly need tax coverage, one of the cheaper alternatives often wins on pure economics. For a solo founder who wants to ship fast and never think about payment infrastructure, LemonSqueezy's setup speed and affiliate tools justify the premium. The decision is not about which platform is objectively better. It is about which tradeoff fits your current constraints.
For a deeper comparison, the LemonSqueezy merchant of record vs self-serve payments breakdown covers the specific scenarios where MoR coverage stops being worth the fee.
#05When to migrate away from LemonSqueezy
There is no single moment that tells you it is time to leave. It happens gradually: you start noticing the fee line in your dashboard, or a potential enterprise customer asks for a custom invoice, or you want net-30 terms for an annual contract.
Those signals mean you have outgrown the MoR model, or at least outgrown what LemonSqueezy specifically handles. The migration is not trivial. You will need to move active subscriptions, tell customers the billing entity is changing, and set up a replacement compliance layer. Budget at least two to four weeks of engineering time.
The financial threshold is a useful forcing function. Once you project hitting $500,000 ARR within 12 months, start the evaluation now. Do not wait until you are already there. Migration is harder under revenue pressure.
Enterprise deals are the other forcing function. If a customer with a $50,000 annual contract value asks for a purchase order process, LemonSqueezy cannot support it. You will need direct Stripe with custom invoicing or a dedicated billing platform like Maxio. One deal like that can justify the migration cost entirely.
For founders who make the move, Revnu's Stripe-connected growth automation for SaaS integrates directly with Stripe to tie revenue data to growth performance, so you do not lose the analytics layer when you switch payment providers.
#06Growth automation after you've solved payments
Picking LemonSqueezy merchant of record SaaS subscriptions solves the tax and compliance layer. It does nothing for getting customers in the door.
This is the part most founders get backwards. They spend weeks optimizing their payment infrastructure before they have product-market fit or meaningful traffic. Payments matter. But a perfect billing setup on a site with 200 monthly visitors generates zero revenue regardless of how clean the checkout flow is.
Revnu is an AI-powered growth platform built for software startups. Its autonomous agents run SEO content, paid ads across Meta, LinkedIn, Reddit, and TikTok, A/B testing, and outbound outreach without requiring a growth hire. The SEO Content Agent generates and publishes long-form articles targeting queries your customers search for, indexed automatically. The Ad Campaign Agents manage creative, allocate budget, and rebalance spend daily based on performance.
Vinta.app, a solo-founder Vinted accounting tool, scaled to $10k MRR using Revnu's blog and programmatic SEO agent with no content team. That is the actual leverage point: not a cleaner webhook handler, but a growth system running 24/7 while you build the product.
If you are at the stage where you are also evaluating affordable AI SEO for early-stage startups, the Revnu SEO agent operates at a fraction of the cost of a content team and does not require ongoing founder involvement after setup.
LemonSqueezy is the right merchant of record for SaaS subscriptions if you are under $500k ARR, selling to a global audience, and want compliance liability off your plate without hiring a tax attorney. At that stage, the 5% plus $0.50 fee is the cost of never thinking about VAT again. Take it.
But your billing layer is not your growth layer. Once you have payments wired up, the actual constraint is acquisition: getting the right people to your product and converting them. That is what Revnu handles autonomously. If you are a technical founder who wants SEO content, paid ads, and A/B testing running without a growth hire, book a demo at Revnu and see what the agents produce in the first two weeks. Payments are a one-time decision. Growth is every day.
