SwiftBindings.Stripe.Core 25.17.0

dotnet add package SwiftBindings.Stripe.Core --version 25.17.0
                    
NuGet\Install-Package SwiftBindings.Stripe.Core -Version 25.17.0
                    
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="SwiftBindings.Stripe.Core" Version="25.17.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SwiftBindings.Stripe.Core" Version="25.17.0" />
                    
Directory.Packages.props
<PackageReference Include="SwiftBindings.Stripe.Core" />
                    
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 SwiftBindings.Stripe.Core --version 25.17.0
                    
#r "nuget: SwiftBindings.Stripe.Core, 25.17.0"
                    
#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 SwiftBindings.Stripe.Core@25.17.0
                    
#: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=SwiftBindings.Stripe.Core&version=25.17.0
                    
Install as a Cake Addin
#tool nuget:?package=SwiftBindings.Stripe.Core&version=25.17.0
                    
Install as a Cake Tool

SwiftBindings.Stripe.Core

Native Swift interop bindings for StripeCore — the foundational module of the Stripe iOS SDK. It hosts the API client (STPAPIClient), networking primitives, the STPAppInfo partner-info struct, error types, and shared cross-module types that every other Stripe package depends on. These are not Objective-C proxy wrappers — they use .NET 10's native Swift interop for direct, high-performance calls into Swift APIs from C#.

Installation

dotnet add package SwiftBindings.Stripe.Core

Most apps don't take a direct dependency on StripeCore — they pull in SwiftBindings.Stripe.Payments or SwiftBindings.Stripe.PaymentSheet, which transitively depend on this package. Add it directly only if you need to interact with STPAPIClient / STPAppInfo standalone.

Requirements

  • .NET 10.0+
  • iOS 15.0+
  • macOS host for development

Usage

using StripeCore;

// Configure the API client with your publishable key
var client = new STPAPIClient("pk_test_...");

// Identify your integration (optional, for partner attribution)
var appInfo = new STPAppInfo("MyApp", "partner_123", "1.0.0", "https://example.com");

Documentation

How It Works

These bindings are auto-generated by Swift Dotnet Bindings using .NET 10's native Swift interop via the SwiftBindings SDK.

License

The bindings are MIT licensed. The Stripe iOS SDK is MIT licensed — see Stripe's license.

Product Compatible and additional computed target framework versions.
.NET net10.0-ios26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SwiftBindings.Stripe.Core:

Package Downloads
SwiftBindings.Stripe.PaymentSheet

.NET bindings for the StripePaymentSheet Swift library

SwiftBindings.Stripe.Payments

.NET bindings for the StripePayments Swift library

SwiftBindings.Stripe.CardScan

.NET bindings for the StripeCardScan Swift library

SwiftBindings.Stripe.ApplePay

.NET bindings for the StripeApplePay Swift library

SwiftBindings.Stripe.Issuing

.NET bindings for the StripeIssuing Swift library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
25.17.0 0 6/11/2026
25.16.0 99 6/1/2026
25.15.0 102 5/19/2026
25.11.0 109 5/3/2026