Retour au blog
Facturation

Stripe Invoice Limitations: 8 Things Stripe Invoicing Can't Do in 2026

Stripe Invoicing is solid for sending invoices but has real gaps. We list 8 limitations (no customer portal, no variable recurring, no multi-channel dunning, no deposits) and the workarounds that scale.

May 19, 202611 min de lecture
P
PayRequest Team
Billing Experts

Stripe Invoicing is one of the most popular invoice tools on the planet — and for good reason. It integrates directly with your Stripe account, supports automatic payment reconciliation, sends invoices via email with a hosted payment page, and handles VAT calculation with the Stripe Tax add-on. For a small business sending occasional invoices, it is genuinely excellent.

But "excellent for occasional invoicing" is not the same as "a complete billing platform." When we look at the questions PayRequest customers ask before switching — and the Google Search Console data showing 243 impressions/month for "billing software for hosting providers" and similar B2B invoice queries — the gaps follow a consistent pattern: Stripe Invoicing was designed for transaction processing, not for the billing relationship between a business and its clients.

This post catalogues the eight most common Stripe Invoice limitations we hear from B2B businesses. For each limit, we explain why Stripe works that way, when it bites, and what the practical alternative is.

Key Takeaways

  • No self-service customer portal. Payers of Stripe invoices can't log in to view their history; they rely on emailed links that expire after 30 days
  • Variable recurring amounts require API work. Fixed-price subscriptions are easy; variable retainers (€1K one month, €3K the next) are not
  • Dunning is one email, one channel. No SMS, WhatsApp, or escalating reminder cadence built into Stripe Invoicing
  • Security deposits and pre-authorizations are not supported within invoices. Stripe treats deposits as a separate Payment Intents workflow
  • Multi-provider checkout is impossible on a single Stripe invoice. PayPal, Mollie-only methods, and regional wallets can't coexist
  • Fees are uncapped percentage-based. A €10,000 invoice costs ~€290 in Stripe processing; PayRequest caps platform fees at €25
  • Invoice link expiration creates admin overhead. Expired links require manual resending every time
  • PayRequest keeps Stripe as your processor but adds the billing layer Stripe doesn't ship

Why Stripe Invoicing Stops Where Billing Starts

Stripe Invoicing ships with the features that every business needs to create and send an invoice: line items, tax calculation, hosted payment page, PDF download, automatic reconciliation when paid. These are the features that make Stripe Invoicing a world-class invoicing tool.

The limits show up in the layer above transaction processing — the customer relationship layer. Stripe designed Invoicing to handle individual transactions. It did not design it to handle the ongoing billing relationship: the customer who wants to log in and see all their invoices, the agency that needs to bill different amounts each month, the service provider who needs to escalate reminders across email and SMS, or the landlord who needs to hold a deposit while the invoice runs.

These aren't flaws in Stripe Invoicing. They are deliberate product boundaries. Stripe sells separate products (Stripe Billing, Stripe Tax, Stripe Customer Portal) to address some of these gaps. But each separate product means separate setup, separate pricing, and separate API surfaces — and none of them ship in a single integrated experience.

The 8 Most Common Stripe Invoice Limitations

1. No Self-Service Customer Portal for Invoice Payers

Customers who receive a Stripe invoice get an email with a link to a hosted payment page. That page shows the invoice, accepts payment, and displays a confirmation. What it does not offer is a login where customers can view their full invoice history, download past receipts, update their payment method, or see outstanding balances.

The hosted invoice page link expires 30 days after the due date. After expiration, customers must ask you to resend the invoice — an administrative tax that scales poorly beyond 10-20 customers.

Stripe does offer a Customer Portal — but it is tied to Stripe Billing (subscriptions), not to Stripe Invoicing. If you only send one-off invoices, the Customer Portal is not available without adding subscription products.

Workaround: PayRequest's customer portal ships with every account, including free accounts. Customers log in, see every invoice, download PDFs, update saved payment methods, and submit payment requests — without emailing you.

2. Variable Recurring Amounts Require Custom Engineering

Stripe Invoicing handles two patterns well: one-off invoices (send once, get paid, done) and fixed-price subscriptions (create a product with a price, subscribe the customer, auto-charge monthly). What it handles poorly is variable-amount recurring billing — the agency retainer that is €2,000 in January, €1,500 in February, and €3,000 in March.

For fixed subscriptions, you create a Price object and a Subscription, and Stripe auto-charges. For variable amounts, you must either:

  • Create a new Price for every invoice (cluttering your dashboard with hundreds of Price objects)
  • Use one-off invoices (no auto-charge, no saved payment method, no subscription-level management)
  • Build a custom API integration that creates and updates Prices programmatically

None of these are simple. For an agency managing 20 retainer clients with different monthly amounts, the variable-amount problem is the single biggest reason to look beyond Stripe Invoicing.

Workaround: PayRequest's invoicing treats every invoice as variable by default. Same customer, different amount each cycle, auto-charge on the saved payment method — no Price objects, no API work, no dashboard clutter.

3. Dunning Is One Email, One Channel

Stripe Invoicing's reminder system is a single Dashboard toggle: "Send reminders if a one-off invoice hasn't been paid." When enabled, Stripe sends one email a few days after the due date. That is the entire dunning feature.

For B2B invoicing on net-30 terms, where 15-20% of invoices typically go past due, the single-email reminder recovers some late payments but leaves significant revenue on the table. Industry data shows that multi-channel reminders (email + SMS + WhatsApp) recover 25-35% more late invoices than email alone.

Workaround: Build a Zapier or Make flow on the `invoice.payment_failed` webhook to trigger SMS reminders via Twilio. Or use PayRequest's dunning system which ships multi-channel reminders (email + SMS + WhatsApp) on a configurable cadence (2 / 5 / 14 days) — included on every plan.

4. Security Deposits and Pre-Authorization Are Not Supported

Stripe Invoicing is built for payment collection, not fund holding. If you need to collect a security deposit — capture the funds and refund them later, or pre-authorize a hold and capture conditionally — Stripe Invoicing cannot do it.

Stripe's Payment Intents API supports manual capture and authorization holds, but this is a separate workflow from Invoicing. You would send an invoice through one system and collect a deposit through a completely different payment flow. For businesses that need deposit + invoice on the same customer (rental agencies, event organizers, service businesses), this means managing two separate systems.

Workaround: Use PayRequest's security deposits feature which handles pre-authorization holds, partial captures, timed auto-release, and automatic refund — all linked to the customer's invoice record. No separate setup, no API work.

5. Multi-Provider Checkout Is Not Available

A Stripe invoice only accepts payment methods that Stripe processes. That includes cards, Apple Pay, Google Pay, iDEAL, Bancontact, SEPA, Klarna, and others — but not PayPal, Mollie-only methods (like Bancontact from a Mollie account), regional wallets (Bizum, Wero), or any method routed through a different processor.

For European businesses that want to offer iDEAL (best rates on Mollie) alongside PayPal (preferred by international clients) on the same invoice, Stripe Invoicing forces a choice: pick one provider or send two separate invoices.

Workaround: PayRequest aggregates Stripe + Mollie + PayPal on a single checkout. The customer sees all available methods; the funds settle in the correct provider account. See Stripe vs Mollie vs PayPal.

6. Uncapped Percentage-Based Fees on High-Value Invoices

Stripe's standard card processing rate is 2.9% + €0.30 for European cards. On a €10,000 invoice, that is approximately €290 in Stripe fees. For B2B invoices regularly exceeding €5,000, percentage-based processing becomes a significant cost of doing business.

Stripe offers lower rates for larger businesses on Interchange-Plus pricing (typically 0.5% + €0.10 + interchange, which averages ~1.5-2%), but this requires negotiating directly with Stripe and migrating your pricing structure.

Workaround: For high-value invoices, offer SEPA Direct Debit or bank transfer as a payment option (€0.20–€1.00 flat fee). PayRequest's platform fee is 2% per transaction capped at €25 — a €10,000 invoice costs €25 in platform fees regardless of payment method, and you can route the payment through low-fee methods to minimize total processing cost.

7. Invoice Links Expire — and Resending Is Manual

Stripe invoice links expire 30 days after the due date, or up to 60 days from the invoice creation date. After expiration, the customer sees an error page saying the invoice is no longer available. They must contact you, and you must resend the invoice from your Stripe dashboard to generate a fresh link.

For businesses with long payment cycles, clients who take 60-90 days to pay, or customers who save invoice links for their records, the expiration creates unnecessary friction and support requests.

Workaround: PayRequest invoice links never expire. Customers can access their invoices indefinitely through the customer portal, and shared links remain active until the invoice is fully paid or manually closed. You control the lifecycle, not a 30-day clock.

8. No Native File Delivery or Digital Product Fulfillment

If you sell digital products through Stripe invoices (ebooks, templates, software licenses, PDF reports), Stripe handles the payment but not the delivery. The customer pays, sees a thank-you page, and you must build a separate download system — email the file, host it on your server with expiring links, and manage download tracking.

Stripe's Digital Products feature (part of the Stripe Dashboard) supports basic file delivery for a limited set of file types and sizes, but it is not available through the Invoicing workflow. It requires creating a Payment Link or Checkout Session instead.

Workaround: Use PayRequest's digital products feature which handles payment, download delivery, expiring URLs, download tracking, and file management — all within the same invoice or payment link.

A Quick Decision Matrix

Use caseStripe Invoicing works?Better option
One-off invoice, under €500✅ YesStripe Invoicing
SaaS subscription, fixed price⚠️ Needs Stripe Billing separate productStripe Billing or PayRequest
Agency retainer, variable amount❌ Limit #2 bitesPayRequest invoicing
Invoice + security deposit❌ Limits #4, #1 bitePayRequest
B2B net-30, multi-channel reminders❌ Limit #3 bitesPayRequest dunning
Invoice + PayPal option❌ Limit #5 bitesPayRequest multi-provider
High-value invoice, €10K+❌ Limit #6 (uncapped fees)PayRequest (€25 cap)
Digital products via invoice❌ Limit #8 bitesPayRequest digital products

When Stripe Invoicing Alone Is Still the Right Answer

Stripe Invoicing is genuinely the right tool for a specific set of use cases: one-off invoices under €500 to customers who pay quickly with cards, fixed-price SaaS subscriptions where you already use Stripe Billing, and any scenario where your customers don't need self-service access to their invoice history.

For businesses sending more than 15-20 invoices a month, handling B2B clients on net payment terms, offering multiple payment methods, or needing any combination of deposits, subscriptions, and variable amounts, the limitations stack up fast.

How PayRequest Sits on Top of Stripe

PayRequest does not replace Stripe's payment processing. Your money still settles in your Stripe account. What PayRequest adds is the billing platform that Stripe Invoicing doesn't ship:

  • Customer portal for self-service invoice access and payment management
  • Variable-amount recurring billing without Price objects or API work
  • Multi-channel dunning with configurable email + SMS + WhatsApp cadence
  • Security deposits with pre-auth and partial capture
  • Multi-provider checkout (Stripe + Mollie + PayPal on one link)
  • Flat-fee pricing capped at €25 per transaction
  • Never-expiring invoice links tied to the customer record
  • Digital product delivery with download tracking

The math is simple: if 3 or more of the limits in this post describe your business, the build-vs-buy math favors a billing platform. Try PayRequest free — connect your Stripe account in 3 minutes and see the difference.

Frequently Asked Questions

What is the biggest limitation of Stripe Invoicing in 2026?

The biggest limitation is the lack of a true customer portal. Stripe Invoicing sends invoices via email with a hosted page link, but customers cannot log in to see their invoice history, download receipts, update payment methods, or view outstanding balances. That requires Stripe Billing with the Customer Portal add-on, which is a separate subscription tier with additional fees.

Can I create recurring invoices with variable amounts in Stripe?

Not easily. Stripe subscriptions require a fixed-price Product and Price object. To bill a customer €1,200 one month and €800 the next, you must either create a new Price each time (which clutters your dashboard) or use one-off invoices (which don't auto-charge). Stripe has no native 'variable recurring invoice' product — it requires API work or a third-party billing platform.

Does Stripe Invoicing support automated multi-channel reminders?

No. Stripe sends one email reminder per unpaid one-off invoice when the setting is enabled. There is no SMS, WhatsApp, or escalating reminder cadence. For recurring invoices, Stripe Smart Retries handles card retries but does not send customer-facing communications beyond the initial invoice email. Multi-channel dunning requires external tools like Zapier or a dedicated dunning platform.

Can I accept payment methods beyond cards on Stripe invoices?

Stripe Invoicing supports credit/debit cards, and depending on your Stripe settings, ACH Direct Debit (US), SEPA Direct Debit (EU), and iDEAL — but only if enabled and the customer is in the right region. Stripe cannot accept PayPal, Mollie-only methods like Bancontact or Sofort, or regional wallets like Bizum or Wero on the same invoice. Multi-provider checkout requires a billing platform that aggregates Stripe with other providers.

How much does Stripe Invoicing cost vs PayRequest?

Stripe Invoicing is free to use but charges standard processing fees (typically 2.9% + €0.30 for cards). For B2B invoicing on net-30 terms, those fees apply only when paid. PayRequest charges 2% per successful transaction capped at €25, on top of your Stripe/Mollie/PayPal processing rate. At a €5,000 invoice, Stripe fees are about €145 vs PayRequest's €25 cap — a significant saving at higher values.

Can Stripe invoices include security deposit pre-authorization?

No. Stripe Invoicing is built for payment collection, not fund holding. There is no pre-authorization hold flow within an invoice — you would need to send a separate Payment Link with manual capture enabled, or use Stripe's Payment Intents API directly. Security deposits with automatic release and partial capture require a billing platform with dedicated deposit features.

Does Stripe Invoicing handle VAT and EU compliance automatically?

Stripe Tax can calculate and collect VAT on invoices, but it requires the Stripe Tax add-on (starting at €0.50/month per active customer). For B2B reverse-charge invoices where the customer self-assesses VAT, Stripe Invoicing does not automatically detect and apply the reverse-charge mechanism — you must manually mark invoices as B2B and verify VAT numbers via VIES. Cross-border EU compliance still requires manual oversight.

Can customers download their invoices from Stripe anytime?

Only from the emailed link or the hosted invoice page — which expires 30 days after the due date. After expiration, customers must request a new link from you. There is no self-service archive where a customer can log in and view all their past invoices. Stripe's Customer Portal (Billing add-on) solves this but requires a subscription product, not a one-off invoice workflow.

Partager cet article

Prêt à commencer ?

Rejoignez des milliers d'entreprises qui utilisent PayRequest pour être payées plus rapidement.

Commencer