stripe-ios/StripePaymentSheet
Yuki 52e9b64c0f
Revert "Enable ACHv2 in decoupled flow (#2661)" (#2668)
This reverts commit d0617bef64.
2023-06-16 16:04:02 -07:00
..
StripePaymentSheet Revert "Enable ACHv2 in decoupled flow (#2661)" (#2668) 2023-06-16 16:04:02 -07:00
StripePaymentSheetTests Create Link launch URLs and ingest Link return URLs (#2657) 2023-06-16 09:29:06 -07:00
Project.swift Write loadPaymentMethodInfo stubbed timeout test (#2620) 2023-06-01 16:39:55 -07:00
README.md Switch to DocC, miscellaneous release improvements (#2184) 2023-01-04 09:18:54 -08:00

README.md

StripePaymentSheet iOS SDK module

PaymentSheet is a prebuilt UI that combines all the steps required to pay - collecting payment details, billing details, and confirming the payment - into a single sheet that displays on top of your app.

Table of contents

Requirements

The StripePaymentSheet 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

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
  • StripeApplePay.xcframework
  • StripePaymentSheet.xcframework