Soenneker.Stripe.Suite
4.0.2611
Prefix Reserved
dotnet add package Soenneker.Stripe.Suite --version 4.0.2611
NuGet\Install-Package Soenneker.Stripe.Suite -Version 4.0.2611
<PackageReference Include="Soenneker.Stripe.Suite" Version="4.0.2611" />
<PackageVersion Include="Soenneker.Stripe.Suite" Version="4.0.2611" />
<PackageReference Include="Soenneker.Stripe.Suite" />
paket add Soenneker.Stripe.Suite --version 4.0.2611
#r "nuget: Soenneker.Stripe.Suite, 4.0.2611"
#:package Soenneker.Stripe.Suite@4.0.2611
#addin nuget:?package=Soenneker.Stripe.Suite&version=4.0.2611
#tool nuget:?package=Soenneker.Stripe.Suite&version=4.0.2611
<p align="center">
<img src="https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png" height="80" alt="Soenneker logo" />
</p>
<h1 align="center">Soenneker.Stripe.Suite</h1>
<p align="center"><strong>A comprehensive suite of Stripe utility libraries for .NET � built for clarity, flexibility, and scalability.</strong></p>
<p align="center"> <a href="https://www.nuget.org/packages/soenneker.stripe.suite/"> <img src="https://img.shields.io/nuget/v/soenneker.stripe.suite.svg?style=for-the-badge" alt="NuGet version" /> </a> <a href="https://github.com/soenneker/soenneker.stripe.suite/actions/workflows/publish-package.yml"> <img src="https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.stripe.suite/publish-package.yml?style=for-the-badge" alt="Build status" /> </a> <a href="https://www.nuget.org/packages/soenneker.stripe.suite/"> <img src="https://img.shields.io/nuget/dt/soenneker.stripe.suite.svg?style=for-the-badge" alt="NuGet downloads" /> </a> </p>
?? Overview
This package aggregates the core Soenneker Stripe utilities into a single unified registration entry point � enabling fast and clean integration for applications needing customer management, subscriptions, usage billing, saved payment methods, and secure off-session payments.
?? Included Utilities
| Utility (GitHub) | NuGet | Description |
|---|---|---|
| Soenneker.Stripe.Customers | Manage Stripe customers with strong abstractions | |
| Soenneker.Stripe.PaymentIntents | Create, confirm, capture, and cancel PaymentIntents | |
| Soenneker.Stripe.PaymentMethods | List, delete, and manage customer payment methods | |
| Soenneker.Stripe.Subscriptions | Full subscription lifecycle support, including proration, metadata, and billing anchors | |
| Soenneker.Stripe.SetupIntents | Save and validate payment methods for future off-session billing, including mandate and 3DS support |
?? Installation
dotnet add package Soenneker.Stripe.Suite
??? Usage
Register all Stripe utilities in your application:
using Microsoft.Extensions.DependencyInjection;
using Soenneker.Stripe.Suite.Registrars;
public void ConfigureServices(IServiceCollection services)
{
services.AddStripeSuiteAsSingleton(); // Or .AddStripeSuiteAsScoped()
}
?? Security and Compliance
All utilities are designed to comply with:
- ?? Strong Customer Authentication (SCA)
- ?? Off-session billing flows
- ? 3D Secure
- ?? Idempotent retries
- ?? Mandate agreements for bank debits and recurring charges
?? Documentation
Each utility is:
- ? Fully XML-commented
- ?? Designed for testability via interfaces
- ?? Individually documented in its own GitHub repository
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Soenneker.Stripe.Customers (>= 4.0.1096)
- Soenneker.Stripe.InvoiceItems (>= 4.0.204)
- Soenneker.Stripe.PaymentIntents (>= 4.0.1135)
- Soenneker.Stripe.PaymentMethods (>= 4.0.1117)
- Soenneker.Stripe.SetupIntents (>= 4.0.341)
- Soenneker.Stripe.SubscriptionItems (>= 4.0.196)
- Soenneker.Stripe.Subscriptions (>= 4.0.1254)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.2611 | 44 | 6/14/2026 |
| 4.0.2610 | 53 | 6/13/2026 |
| 4.0.2609 | 47 | 6/13/2026 |
| 4.0.2607 | 42 | 6/13/2026 |
| 4.0.2606 | 45 | 6/13/2026 |
| 4.0.2604 | 146 | 6/10/2026 |
| 4.0.2601 | 38 | 6/10/2026 |
| 4.0.2600 | 49 | 6/10/2026 |
| 4.0.2598 | 59 | 6/9/2026 |
| 4.0.2595 | 55 | 6/9/2026 |
| 4.0.2594 | 145 | 6/7/2026 |
| 4.0.2593 | 91 | 6/7/2026 |
| 4.0.2592 | 120 | 6/7/2026 |
| 4.0.2591 | 91 | 6/7/2026 |
| 4.0.2590 | 90 | 6/7/2026 |
| 4.0.2588 | 88 | 6/7/2026 |
| 4.0.2586 | 90 | 6/7/2026 |
| 4.0.2585 | 105 | 6/6/2026 |
| 4.0.2583 | 106 | 6/6/2026 |
| 4.0.2579 | 97 | 6/6/2026 |
Update dependency Soenneker.Stripe.PaymentIntents to 4.0.1132 (#2996)