stripe-ios/StripePayments
Nick Porter 784340b7a1
Make Cash App Pay poll for setup intents (#2660)
* Add polling for CAP during setup

* Update CHANGELOG.md

* Update CHANGELOG.md
2023-06-16 09:37:08 -07:00
..
StripePayments Make Cash App Pay poll for setup intents (#2660) 2023-06-16 09:37:08 -07:00
StripePaymentsTests Use tuist to generate xcode projects (#2102) 2022-12-20 12:55:37 -08:00
Project.swift Use tuist to generate xcode projects (#2102) 2022-12-20 12:55:37 -08:00
README.md Switch to DocC, miscellaneous release improvements (#2184) 2023-01-04 09:18:54 -08:00

README.md

StripePayments iOS SDK module

The StripePayments module contains bindings for the Stripe Payments API.

If you need to accept card payments, we advise using the StripePaymentSheet or StripePaymentsUI module. For more information, visit our integration security guide.

Table of contents

Requirements

The StripePayments 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
  • Stripe3DS2.xcframework
  • StripePayments.xcframework