b5e349fa75 | ||
---|---|---|
.. | ||
StripePaymentsUI | ||
StripePaymentsUITests | ||
Project.swift | ||
README.md |
README.md
StripePaymentsUI iOS SDK module
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.
Table of contents
Requirements
The StripePaymentsUI module is compatible with apps targeting iOS 13.0 or above.
Getting started
Integration
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.
Example
- Accept a Payment Example
– This example demonstrates how to collect payment information on iOS using
STPPaymentCardTextField
.
Manual linking
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