Skip to content

Stripe

Stripe powers payment processing and subscription billing for BlazorSaas with a robust .NET-compatible API. It simplifies transactions and customer management for SaaS applications.

Why We Use It

BlazorSaas uses Stripe for its reliable payment infrastructure and seamless .NET integration. It provides a flexible product catalog and subscription tools out of the box. This reduces complexity for handling billing and payments.

How We Use It

BlazorSaas loads the product catalog on startup using the Stripe API key.

Users must add a tag metadata key with a relevant value (e.g., product name) to each product in Stripe for matching authorization claims.

The setup-env Nuke target prompts for the API key and webhook signature during configuration.

Out-of-process updates, like subscription changes, process via Stripe webhooks using the provided signature.

Users must enable the Stripe billing portal to allow subscription management directly.

How It Scales

Stripe handles growing transaction volumes and global payments as your application expands. Its infrastructure supports high-throughput billing and adapts to multiple regions effortlessly. Add more products or scale subscriptions without worrying about capacity.

Resources