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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Stripe.Suite" Version="4.0.2611" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Stripe.Suite" Version="4.0.2611" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Stripe.Suite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Stripe.Suite --version 4.0.2611
                    
#r "nuget: Soenneker.Stripe.Suite, 4.0.2611"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Stripe.Suite@4.0.2611
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Stripe.Suite&version=4.0.2611
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Stripe.Suite&version=4.0.2611
                    
Install as a Cake Tool

<p align="center"> alternate text is missing from this package README image <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 NuGet Manage Stripe customers with strong abstractions
Soenneker.Stripe.PaymentIntents NuGet Create, confirm, capture, and cancel PaymentIntents
Soenneker.Stripe.PaymentMethods NuGet List, delete, and manage customer payment methods
Soenneker.Stripe.Subscriptions NuGet Full subscription lifecycle support, including proration, metadata, and billing anchors
Soenneker.Stripe.SetupIntents NuGet 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:


?? Documentation

Each utility is:

  • ? Fully XML-commented
  • ?? Designed for testability via interfaces
  • ?? Individually documented in its own GitHub repository
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed

Update dependency Soenneker.Stripe.PaymentIntents to 4.0.1132 (#2996)