Skip to content

Releases: stripe/stripe-ios

23.25.0

11 Mar 19:30
23.25.0
Compare
Choose a tag to compare

23.25.0 2024-03-11

CustomerSheet

  • [Added] Added paymentMethodTypes in CustomerAdapter to control what payment methods are displayed.

PaymentSheet

  • [Fixed] The rotating card brand view is now shown when card brand choice is enabled if the card number is empty.

23.24.1

05 Mar 21:10
23.24.1
8ff7543
Compare
Choose a tag to compare

23.24.1 2024-03-05

PaymentSheet

  • [Fixed] Fixed an assertionFailure that happens when using FlowController and switching between saved payment methods

23.24.0

04 Mar 23:32
c6c174c
Compare
Choose a tag to compare

23.24.0 2024-03-04

PaymentSheet

  • [Added] Added support for Link in PaymentSheet. Enabling Link in your payment method settings will enable Link in PaymentSheet. To choose different Link availability settings on web and mobile, use a custom payment method configuration.
  • [Fixed] Fixed an issue where some 3DS2 payments may fail to complete successfully.

Payments

  • [Added] Support for Amazon Pay bindings.

23.23.0

26 Feb 20:10
Compare
Choose a tag to compare

23.23.0 2024-02-26

PaymentSheet

CustomerSheet

  • [Fixed] Fixed a bug where if an exception is thrown in detachPaymentMethod(), the payment method was removed in the UI #3309

23.22.1

20 Feb 18:02
Compare
Choose a tag to compare
Version 23.22.1

23.22.0

12 Feb 22:13
23.22.0
3821e68
Compare
Choose a tag to compare

23.22.0 2024-02-12

PaymentSheet

  • [Changed] The separator text under the Apple Pay button from "Or pay with a card" to "Or use a card" when using a SetupIntent.
  • [Fixed] Fixed a bug where deleting the last saved payment method in PaymentSheet wouldn't automatically transition to the "Add a payment method" screen.
  • [Added] Support for CVC recollection in PaymentSheet and PaymentSheet.FlowController (client-side confirmation)

23.21.2

05 Feb 23:24
Compare
Choose a tag to compare

23.21.2 2024-02-05

Payments

  • [Changed] We now auto append mandate_data when using Klarna with a SetupIntent. If you are interested in using Klarna with SetupIntents you sign up for the beta here.

23.21.1

22 Jan 21:39
eb89d23
Compare
Choose a tag to compare

23.21.1 2024-01-22

Payments

  • [Changed] Increased the maximum number of status update retries when waiting for an intent to update to a terminal state. This impacts Cash App Pay and 3DS2.

23.21.0

16 Jan 22:49
cf81a6c
Compare
Choose a tag to compare

23.21.0 2024-01-16

PaymentSheet

23.20.0

18 Dec 19:40
Compare
Choose a tag to compare

23.20.0 2023-12-18

PaymentSheet

  • [Added] Support for card brand choice. To set default preferred networks, use the new configuration option PaymentSheet.Configuration.preferredNetworks.
  • [Fixed] Fixed visionOS support in Swift Package Manager and Cocoapods.

CustomerSheet

  • [Added] Support for card brand choice. To set default preferred networks, use the new configuration option PaymentSheet.Configuration.preferredNetworks.

PaymentsUI

  • [Added] Adds support for card brand choice to STPPaymentCardTextField and STPCardFormView. To set a default preferred network for these UI elements, use the new preferredNetworks parameter.

  • [Changed] Mark STPPinManagementService deprecated & suggest alternative.