SwiftBindings.Stripe.FinancialConnections
26.4.2
dotnet add package SwiftBindings.Stripe.FinancialConnections --version 26.4.2
NuGet\Install-Package SwiftBindings.Stripe.FinancialConnections -Version 26.4.2
<PackageReference Include="SwiftBindings.Stripe.FinancialConnections" Version="26.4.2" />
<PackageVersion Include="SwiftBindings.Stripe.FinancialConnections" Version="26.4.2" />
<PackageReference Include="SwiftBindings.Stripe.FinancialConnections" />
paket add SwiftBindings.Stripe.FinancialConnections --version 26.4.2
#r "nuget: SwiftBindings.Stripe.FinancialConnections, 26.4.2"
#:package SwiftBindings.Stripe.FinancialConnections@26.4.2
#addin nuget:?package=SwiftBindings.Stripe.FinancialConnections&version=26.4.2
#tool nuget:?package=SwiftBindings.Stripe.FinancialConnections&version=26.4.2
SwiftBindings.Stripe.FinancialConnections
Native Swift interop bindings for StripeFinancialConnections — the Stripe Financial Connections module of the iOS SDK. Presents a sheet for users to link a bank account, and returns the linked-account session to your app. 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#.
📖 Full usage guide → — presenting the bank-linking sheet and reading the session / token result.
Installation
dotnet add package SwiftBindings.Stripe.FinancialConnections
Requirements
- .NET 10.0+
- iOS 15.0+
- macOS host for development
- Stripe Financial Connections enabled on your account
Usage
using StripeFinancialConnections;
// Use the session client_secret returned by your backend
var sheet = new FinancialConnectionsSheet("fcs_test_client_secret");
// sheet.Present(from: viewController, completion: result => { ... });
Documentation
- Usage guide (wiki) — full C# walkthrough of the binding surface
- Financial Connections on iOS
StripeFinancialConnectionssource
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-ios26.0 is compatible. |
-
net10.0-ios26.0
- SwiftBindings.Apple (>= 26.2.9)
- SwiftBindings.Runtime (>= 0.19.0 && < 0.20.0)
- SwiftBindings.Stripe.Core (>= 26.4.2)
- SwiftBindings.Stripe.UICore (>= 26.4.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SwiftBindings.Stripe.FinancialConnections:
| Package | Downloads |
|---|---|
|
SwiftBindings.Stripe.Connect
.NET bindings for the StripeConnect Swift library |
GitHub repositories
This package is not used by any popular GitHub repositories.