SwiftBindings.Stripe.ApplePay
25.17.0
dotnet add package SwiftBindings.Stripe.ApplePay --version 25.17.0
NuGet\Install-Package SwiftBindings.Stripe.ApplePay -Version 25.17.0
<PackageReference Include="SwiftBindings.Stripe.ApplePay" Version="25.17.0" />
<PackageVersion Include="SwiftBindings.Stripe.ApplePay" Version="25.17.0" />
<PackageReference Include="SwiftBindings.Stripe.ApplePay" />
paket add SwiftBindings.Stripe.ApplePay --version 25.17.0
#r "nuget: SwiftBindings.Stripe.ApplePay, 25.17.0"
#:package SwiftBindings.Stripe.ApplePay@25.17.0
#addin nuget:?package=SwiftBindings.Stripe.ApplePay&version=25.17.0
#tool nuget:?package=SwiftBindings.Stripe.ApplePay&version=25.17.0
SwiftBindings.Stripe.ApplePay
Native Swift interop bindings for StripeApplePay — the lightweight Apple Pay integration module of the Stripe iOS SDK. Lets you offer Apple Pay without pulling in the heavier StripePaymentSheet / StripePayments modules. 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.ApplePay
You'll typically also need SwiftBindings.Stripe.Core for the API client.
Requirements
- .NET 10.0+
- iOS 15.0+
- macOS host for development
- Apple Pay capability enabled on the app, Merchant ID configured in App Store Connect
Usage
using StripeApplePay;
using StripeCore;
// Configure once with your publishable key
var client = new STPAPIClient("pk_test_...");
// Present Apple Pay via STPApplePayContext (delegate-driven flow):
// 1. Build a PKPaymentRequest
// 2. Construct STPApplePayContext with the request and a delegate
// 3. Present from your view controller
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.6)
- SwiftBindings.Runtime (>= 0.14.0 && < 0.15.0)
- SwiftBindings.Stripe.Core (>= 25.17.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SwiftBindings.Stripe.ApplePay:
| Package | Downloads |
|---|---|
|
SwiftBindings.Stripe
.NET bindings for the Stripe Swift library |
GitHub repositories
This package is not used by any popular GitHub repositories.