BoilerplateHub

Best Payments for Nuxt SaaS in 2026

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

Nuxt 3 and later rebuilt the framework on Vue 3, Vite, and Nitro, which means Nuxt 2 answers are not partially correct, they are entirely wrong. An agent needs to know that composables, components, and utils are auto-imported, that the server directory runs on Nitro with h3 helpers rather than Express, and that data fetching has to be SSR aware or the same request fires twice. Config lives in defineNuxtConfig and runtime values come from useRuntimeConfig, not from process.env at the point of use.

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 Nuxt?

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 Nuxt?

Not really. Every option in this layer that supports Nuxt 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 Nuxt?

4 of the options we track list first-party support for Nuxt. 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 Nuxt

Same layer, other frameworks