SwiftBindings.Stripe.PaymentsUI
26.4.2
dotnet add package SwiftBindings.Stripe.PaymentsUI --version 26.4.2
NuGet\Install-Package SwiftBindings.Stripe.PaymentsUI -Version 26.4.2
<PackageReference Include="SwiftBindings.Stripe.PaymentsUI" Version="26.4.2" />
<PackageVersion Include="SwiftBindings.Stripe.PaymentsUI" Version="26.4.2" />
<PackageReference Include="SwiftBindings.Stripe.PaymentsUI" />
paket add SwiftBindings.Stripe.PaymentsUI --version 26.4.2
#r "nuget: SwiftBindings.Stripe.PaymentsUI, 26.4.2"
#:package SwiftBindings.Stripe.PaymentsUI@26.4.2
#addin nuget:?package=SwiftBindings.Stripe.PaymentsUI&version=26.4.2
#tool nuget:?package=SwiftBindings.Stripe.PaymentsUI&version=26.4.2
SwiftBindings.Stripe.PaymentsUI
Native Swift interop bindings for StripePaymentsUI — the UI controls layered on top of StripePayments. Includes STPCardFormView, STPPaymentCardTextField, and the supporting view-styling primitives, for apps that want to compose their own payment-entry UI rather than use PaymentSheet. 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 → — card-entry controls (
STPCardFormView,STPPaymentCardTextField), brand imagery, and the delegate caveats.
Installation
dotnet add package SwiftBindings.Stripe.PaymentsUI
Requirements
- .NET 10.0+
- iOS 15.0+
- macOS host for development
Usage
Card form view (full address + card)
using StripePaymentsUI;
var form = new STPCardFormView(STPCardFormViewStyle.Borderless);
// add `form` to your UIKit view hierarchy
Card text field (single-line)
var textField = new STPPaymentCardTextField(new Swift.CGRect(0, 0, 320, 44));
Documentation
- Usage guide (wiki) — full C# walkthrough of the binding surface
- Card element guides
StripePaymentsUIsource
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.ThreeDS2 (>= 26.4.2)
- SwiftBindings.Stripe.UICore (>= 26.4.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SwiftBindings.Stripe.PaymentsUI:
| Package | Downloads |
|---|---|
|
SwiftBindings.Stripe.PaymentSheet
.NET bindings for the StripePaymentSheet Swift library |
|
|
SwiftBindings.Stripe
.NET bindings for the Stripe Swift library |
|
|
SwiftBindings.Stripe.Issuing
.NET bindings for the StripeIssuing Swift library |
GitHub repositories
This package is not used by any popular GitHub repositories.