Skip to content

Releases: stripe/stripe-ios-spm

23.31.0

23 Sep 23:28
Compare
Choose a tag to compare

23.31.0 2024-09-23

PaymentSheet

  • [Added] The ability to customize the disabled colors of the primary button with PaymentSheetAppearance.primaryButton.disabledBackgroundColor and PaymentSheetAppearance.primaryButton.disabledTextColor.
  • [Added] CVC Recollection is now in GA. For more information see our docs for here for intent first integrations or here for deferred intent integrations.
  • [Fixed] Fixed an issue where checkboxes were not visible when appearance.colors.componentBorder was transparent.

CardScan

  • [Fixed] The 0.5x lens is now used when scanning cards, if available. (Thanks @akhmedovgg!)

23.30.0

09 Sep 19:06
9012992
Compare
Choose a tag to compare

23.30.0 2024-09-09

PaymentSheet

  • [Added] CustomerSessions is now in private beta.
  • [Fixed] PaymentSheet now uses a border width of 1.5 instead of 0 when `PaymentSheet.Appearance.borderWidth' is 0.
  • [Fixed] The 0.5x lens is now used when scanning cards, if available. (Thanks @akhmedovgg!)

23.28.3

04 Sep 01:21
8f5f6bd
Compare
Choose a tag to compare

23.28.3 2024-09-03

PaymentSheet

  • [Fixed] PaymentSheet now uses a border width of 1.5 instead of 0 when `PaymentSheet.Appearance.borderWidth' is 0.
  • [Fixed] The 0.5x lens is now used when scanning cards, if available. (Thanks @akhmedovgg!)

22.8.4-privacy

23 Aug 15:46
Compare
Choose a tag to compare
Stripe SDK 22.8.4-privacy

23.29.2

19 Aug 21:52
Compare
Choose a tag to compare

23.29.2 2024-08-19

PaymentSheet

  • [Fixed] Avoid multiple calls to CVC Recollection callback for deferred intent integrations
  • [Fixed] Fixed an issue in SwiftUI where setting isPresented=false wouldn't dismiss the sheet.

23.29.1

12 Aug 19:29
9638108
Compare
Choose a tag to compare

23.29.1 2024-08-12

PaymentSheet

  • [Fixed] Fixed an issue where signing up with Link and paying would vend an empty STPPaymentMethod object to an IntentConfiguration confirmHandler callback.
  • [Fixed] Fixed PaymentSheet.FlowController returning unlocalized labels for certain payment methods e.g. "AfterPay ClearPay" instead of "Afterpay" or "Clearpay" depending on locale.

PaymentsUI

  • [Fixed] Fixed an issue where STPPaymentCardTextField wouldn't call its delegate paymentCardTextFieldDidChange method when the preferred card network changed.

23.29.0

05 Aug 21:06
Compare
Choose a tag to compare

23.29.0 2024-08-05

PaymentSheet

  • [Fixed] Fixed a scroll issue with native 3DS2 authentication screen when the keyboard appears.
  • [Added] When a card is saved (ie you're using a PaymentIntent + setup_future_usage or SetupIntent), legal disclaimer text now appears below the form indicating the card can be charged for future payments.
  • [Fixed] iOS 18 Compatibility with removing multiple saved payment methods
  • [Fixed] Fixed an issue where the keyboard could focus on a hidden phone number field.
  • [Added] Support for Sunbit (Private Beta) with PaymentIntents.
  • [Added] Support for Billie (Private Beta) with PaymentIntents.
  • [Fixed] Fixed an issue where saved payment method UI wouldn't respect PaymentSheet.Configuration.style when selected.

Payments

  • [Added] Support for Sunbit (Private Beta) bindings.
  • [Added] Support for Billie (Private Beta) bindings.

23.28.1

16 Jul 23:00
b07c7f6
Compare
Choose a tag to compare

23.28.1 2024-07-16

Payments

  • [Fixed] Improved reliability when paying or setting up with Cash App Pay.
  • [Fixed] Pass stripeAccount context when presenting PayWithLinkWebController for connected accounts

23.28.0

09 Jul 19:25
Compare
Choose a tag to compare

23.28.0 2024-07-08

Payments

  • [Fixed] An issue where the correct card brand was not being displayed for card brand choice in STPPaymentOptionsViewController and STPPaymentContext.
  • [Added] Adds coupon support to STPApplePayContext with a new didChangeCouponCode delegate method (h/t @JoeyLeeMEA).
  • [Fixed] Fixed an issue where successful TWINT payments were sometimes incorrectly considered 'canceled'.

23.27.6

26 Jun 16:12
00928dc
Compare
Choose a tag to compare

23.27.6 2024-06-25

All

  • [Fixed] Improved reliability when paying with Swish.