BoilerplateHub

Best Payments for SvelteKit SaaS in 2026

How do you take money? These 4 options list first-party SvelteKit support. Community ports are deliberately left out, because glue you maintain yourself is not the same as support.

SvelteKit moved fast enough that training data contains three incompatible generations of it: Sapper, SvelteKit 1.0, and SvelteKit 2 on Svelte 5. The single most useful thing an agent can know is which Svelte version the project runs and whether runes are enabled, because that decides the syntax of nearly every component it writes. It also needs the universal versus server-only load distinction, since that boundary is enforced by filename rather than by anything visible inside the file.

Quick picks

Best overall

Stripe

Documentation and SDK quality set the benchmark the rest of the industry copies.

Worth a look

Polar

Acts as merchant of record, so global sales tax stops being your job.

All 4 options

1. Stripe

Visit →

The default payments API, with the deepest coverage of subscriptions, invoicing and edge cases in billing.

Cost shape: Percentage of each transaction plus a small fixed fee, with no monthly minimum on standard accounts.

Strengths

  • Documentation and SDK quality set the benchmark the rest of the industry copies.
  • Handles proration, trials, metered usage and dunning without custom billing logic.
  • Every boilerplate, tutorial and hiring pool already assumes Stripe.

Tradeoffs

  • You are the merchant of record, so sales tax and VAT remain your obligation.
  • The API surface is huge, and getting subscriptions right takes real reading.
  • Account reviews and holds happen with limited recourse for edge-case businesses.

2. Polar

Visit →

Merchant of record built for developers selling software, with a modern API and open source codebase.

Cost shape: Percentage of each sale on top of the underlying processing fee, with no monthly platform charge.

Strengths

  • Acts as merchant of record, so global sales tax stops being your job.
  • Open source platform, so you can read exactly how billing behaves.
  • Digital product, licence key and usage billing primitives suit software sellers directly.

Tradeoffs

  • Younger platform, so it carries less proven history than incumbent processors.
  • Merchant of record model means the customer relationship is partly intermediated.
  • Payout timing follows the reseller model rather than landing immediately.

3. Lemon Squeezy

Visit →

Merchant of record with hosted checkout and a built-in affiliate system, popular with solo software sellers.

Cost shape: Flat percentage plus fixed fee per transaction, covering tax handling and checkout in the same cut.

Strengths

  • Hosted checkout and licence keys mean a product can launch in an afternoon.
  • Built-in affiliate program removes the need for a separate referral tool.
  • Tax compliance across jurisdictions is absorbed by the reseller arrangement.

Tradeoffs

  • Checkout customization is limited compared to building your own payment page.
  • Combined reseller fee is higher than raw processing on the same volume.
  • Being acquired means roadmap and platform direction are set elsewhere.

4. Paddle

Visit →

Long-established merchant of record for software companies, strongest once you have real revenue and tax exposure.

Cost shape: Percentage of revenue that bundles processing, tax remittance and invoicing into one blended rate.

Strengths

  • Handles global tax registration and remittance including tricky jurisdictions.
  • Recovery and retry tooling for failed subscription charges is mature.
  • Supports business-to-business invoicing and purchase orders that self-serve tools skip.

Tradeoffs

  • Onboarding involves an approval process, not just an instant signup.
  • Blended rate hides the split between processing and compliance costs.
  • Product catalogue is managed in their dashboard, which limits programmatic control.

Pricing described qualitatively because published plans change often. Data checked 2026-08-23.

Side by side

Option Cost shape Main tradeoff
Stripe Percentage of each transaction plus a small fixed fee, with no monthly minimum on standard accounts. You are the merchant of record, so sales tax and VAT remain your obligation.
Polar Percentage of each sale on top of the underlying processing fee, with no monthly platform charge. Younger platform, so it carries less proven history than incumbent processors.
Lemon Squeezy Flat percentage plus fixed fee per transaction, covering tax handling and checkout in the same cut. Checkout customization is limited compared to building your own payment page.
Paddle Percentage of revenue that bundles processing, tax remittance and invoicing into one blended rate. Onboarding involves an approval process, not just an instant signup.

Frequently asked questions

What is the best payments for SvelteKit?

Stripe is the safest default because it works across the widest range of projects: The default payments API, with the deepest coverage of subscriptions, invoicing and edge cases in billing. That said, You are the merchant of record, so sales tax and VAT remain your obligation. If that matters to you, one of the others below is the better call.

Is there a free option for SvelteKit?

Not really. Every option in this layer that supports SvelteKit is a commercial service, so the question is which cost shape suits you rather than whether you can avoid one.

How many payments options actually support SvelteKit?

4 of the options we track list first-party support for SvelteKit. We only count documented support, not community ports, so the real number is sometimes higher if you are willing to maintain the glue yourself.

Go deeper

Head to head

Other layers for SvelteKit

Same layer, other frameworks