SwiftBindings.Stripe.Connect
25.17.1
dotnet add package SwiftBindings.Stripe.Connect --version 25.17.1
NuGet\Install-Package SwiftBindings.Stripe.Connect -Version 25.17.1
<PackageReference Include="SwiftBindings.Stripe.Connect" Version="25.17.1" />
<PackageVersion Include="SwiftBindings.Stripe.Connect" Version="25.17.1" />
<PackageReference Include="SwiftBindings.Stripe.Connect" />
paket add SwiftBindings.Stripe.Connect --version 25.17.1
#r "nuget: SwiftBindings.Stripe.Connect, 25.17.1"
#:package SwiftBindings.Stripe.Connect@25.17.1
#addin nuget:?package=SwiftBindings.Stripe.Connect&version=25.17.1
#tool nuget:?package=SwiftBindings.Stripe.Connect&version=25.17.1
SwiftBindings.Stripe.Connect
Native Swift interop bindings for StripeConnect — the Stripe Connect embedded-components module of the iOS SDK. Lets your platform host Stripe-managed UI (account onboarding, payouts, payments) inside your own app for Connect-connected accounts. 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.Connect
Requirements
- .NET 10.0+
- iOS 15.0+
- macOS host for development
- A Stripe Connect platform account
Usage
using StripeConnect;
// Account collection (onboarding) options
var options = new AccountCollectionOptions();
// Customise embedded-component appearance
var appearance = new EmbeddedComponentManager.Appearance();
var typography = new EmbeddedComponentManager.Appearance.TypographyType();
var colors = new EmbeddedComponentManager.Appearance.ColorsType();
var corner = new EmbeddedComponentManager.Appearance.CornerRadiusType();
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-ios26.0 is compatible. |
-
net10.0-ios26.0
- SwiftBindings.Apple (>= 26.2.7)
- SwiftBindings.Runtime (>= 0.15.0 && < 0.16.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.