Skip to content

Releases: stripe/stripe-ios

24.16.0

16 Jun 17:53
Compare
Choose a tag to compare

24.16.0 2025-06-16

PaymentSheet

  • [Fixed] A bug where the EmbeddedPaymentElement failed to display forms when tapped in SwiftUI.
  • [Changed] paymentOption on PaymentSheet.FlowController is now annotated with @Published for better ergonomics in SwiftUI.
  • [Added] A new flatWIthChevron Embedded Payment Element row style.

24.15.0

02 Jun 19:21
b8e1eff
Compare
Choose a tag to compare

24.15.0 2025-06-02

Connect

  • [CHANGED] Removed PrivateBetaConnect annotation and all usages. Connect SDK is now GA.

PaymentSheet

  • [Added] The ability to customize the height of the primary button with PaymentSheetAppearance.primaryButton.height.
  • [Added] The ability to customize form insets with PaymentSheetAppearance.formInsets.

24.14.0

19 May 21:26
5b9444d
Compare
Choose a tag to compare

24.14.0 2025-05-19

PaymentSheet

  • [Added] Support for payment method options setup future usage in public preview.

24.13.1

05 May 23:22
24.13.1
Compare
Choose a tag to compare

24.13.1 2025-05-05

PaymentSheet

  • [Fixed] Updated the "TEST MODE" badge to say "TEST", due to the upcoming release of Sandboxes.
  • [Added] Added support for Thai language.

24.13.0

05 May 18:33
24.13.0
Compare
Choose a tag to compare

24.13.0 2025-05-05

PaymentSheet

  • [Added] Embedded Payment Element is now generally available. Learn more by visiting the docs.

24.12.1

30 Apr 18:18
24.12.1
0a79ca9
Compare
Choose a tag to compare

24.12.1 2025-04-30

=======

24.12.0

21 Apr 19:50
24.12.0
Compare
Choose a tag to compare

24.12.0 2025-04-21

PaymentSheet

  • [Added] Bank payments are now available in the PaymentSheet without requiring a dependency on StripeFinancialConnections.
  • [Added] Ability to update saved cards when using CustomerSessions (private preview)

24.11.1

14 Apr 15:47
Compare
Choose a tag to compare

24.11.1 2025-04-14

PaymentSheet

  • [Added] Added support for PayNow and PromptPay to Embedded Payment Element (private preview).
  • [Fixed] Fixed theming issues in the native Link experience (private preview).

24.11.0

07 Apr 20:02
7ba1417
Compare
Choose a tag to compare

24.11.0 2025-04-07

PaymentSheet

  • [Added] Added rowSelectionBehavior API to Embedded Payment Element (private preview).
  • [Changed] The native Link experience (private preview) is now available as a payment method even if you collect billing details via billingDetailsCollectionConfiguration.

24.10.0

02 Apr 15:31
Compare
Choose a tag to compare

24.10.0 2025-03-31

PaymentSheet

  • [Added] Added LinkConfiguration to allow control over Link in PaymentSheet.
  • [Fixed] Improved reliability of expiration date detection when scanning cards.