SwiftBindings.Stripe.Issuing
26.4.2
dotnet add package SwiftBindings.Stripe.Issuing --version 26.4.2
NuGet\Install-Package SwiftBindings.Stripe.Issuing -Version 26.4.2
<PackageReference Include="SwiftBindings.Stripe.Issuing" Version="26.4.2" />
<PackageVersion Include="SwiftBindings.Stripe.Issuing" Version="26.4.2" />
<PackageReference Include="SwiftBindings.Stripe.Issuing" />
paket add SwiftBindings.Stripe.Issuing --version 26.4.2
#r "nuget: SwiftBindings.Stripe.Issuing, 26.4.2"
#:package SwiftBindings.Stripe.Issuing@26.4.2
#addin nuget:?package=SwiftBindings.Stripe.Issuing&version=26.4.2
#tool nuget:?package=SwiftBindings.Stripe.Issuing&version=26.4.2
SwiftBindings.Stripe.Issuing
Native Swift interop bindings for StripeIssuing — the Stripe Issuing push-provisioning module of the iOS SDK. Adds Stripe-issued cards to Apple Wallet via PassKit's in-app provisioning flow. 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 → — push provisioning into Apple Wallet, PIN management, and the ephemeral-key-provider caveat.
Installation
dotnet add package SwiftBindings.Stripe.Issuing
Requirements
- .NET 10.0+
- iOS 15.0+
- macOS host for development
- A Stripe account with Issuing + push-provisioning enabled
- Apple Wallet entitlement (
com.apple.developer.payment-pass-provisioning) granted by Apple
Usage
using StripeIssuing;
// Build push-provisioning details from your backend's response
var details = new STPPushProvisioningDetailsParams(
cardId: "card_123",
certificates: certs, // byte[] / Data array from PassKit
nonce: nonce,
nonceSignature: nonceSignature);
// Pass `details` into your STPPushProvisioningContext flow.
Documentation
- Usage guide (wiki) — full C# walkthrough of the binding surface
- Push provisioning on iOS
StripeIssuingsource
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.Payments (>= 26.4.2)
- SwiftBindings.Stripe.PaymentsUI (>= 26.4.2)
- SwiftBindings.Stripe.ThreeDS2 (>= 26.4.2)
- SwiftBindings.Stripe.UICore (>= 26.4.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SwiftBindings.Stripe.Issuing:
| Package | Downloads |
|---|---|
|
SwiftBindings.Stripe
.NET bindings for the Stripe Swift library |
GitHub repositories
This package is not used by any popular GitHub repositories.