SwiftBindings.Stripe.Identity
26.0.0
dotnet add package SwiftBindings.Stripe.Identity --version 26.0.0
NuGet\Install-Package SwiftBindings.Stripe.Identity -Version 26.0.0
<PackageReference Include="SwiftBindings.Stripe.Identity" Version="26.0.0" />
<PackageVersion Include="SwiftBindings.Stripe.Identity" Version="26.0.0" />
<PackageReference Include="SwiftBindings.Stripe.Identity" />
paket add SwiftBindings.Stripe.Identity --version 26.0.0
#r "nuget: SwiftBindings.Stripe.Identity, 26.0.0"
#:package SwiftBindings.Stripe.Identity@26.0.0
#addin nuget:?package=SwiftBindings.Stripe.Identity&version=26.0.0
#tool nuget:?package=SwiftBindings.Stripe.Identity&version=26.0.0
SwiftBindings.Stripe.Identity
Native Swift interop bindings for StripeIdentity — the Stripe Identity verification module of the iOS SDK. Presents the Stripe-hosted identity-verification sheet and reports the result back 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#.
Installation
dotnet add package SwiftBindings.Stripe.Identity
Requirements
- .NET 10.0+
- iOS 15.0+
- macOS host for development
- A Stripe account with Identity enabled
- Camera usage description in
Info.plist
Usage
using StripeIdentity;
// Use the verification session client secret from your backend
using var sheet = new IdentityVerificationSheet("vs_test_client_secret");
// sheet.Present(from: viewController, completion: result => { ... });
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.8)
- SwiftBindings.Runtime (>= 0.16.0 && < 0.17.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.