The StripePaymentsUI module contains UI elements and API bindings for building a custom payment flow using Stripe.
It contains:
- STPPaymentCardTextField, a single-line interface for users to input their credit card details.
- STPCardFormView, a multi-line interface for users to input their credit card details.
- STPAUBECSDebitFormView, a UIControl that contains all of the necessary fields and legal text for collecting AU BECS Debit payments.
The StripePaymentsUI module is compatible with apps targeting iOS 13.0 or above.
Get started with our 📚 integration guides and example projects, or 📘 browse the SDK reference for fine-grained documentation of all the classes and methods in the SDK.
- Accept a Payment Example
– This example demonstrates how to collect payment information on iOS using
STPPaymentCardTextField
.
If you link this library manually, use a version from our releases page and make sure to embed all of the following frameworks:
StripeCore.xcframework
StripeUICore.xcframework
Stripe3DS2.xcframework
StripePayments.xcframework
StripePaymentsUI.xcframework