Skip to content

Releases: stripe/stripe-ios

23.17.2

16 Oct 20:32
355b0d6
Compare
Choose a tag to compare

23.17.2 2023-10-16

PaymentsUI

  • [Fixed] An issue with STPPaymentCardTextField, where the card params were not updated after deleting an empty sub field.
  • [Fixed] Switched to Asset Catalogs and updated to the latest card brand logos.

Payments

  • [Added] Support for MobilePay bindings.

23.17.1

09 Oct 22:24
Compare
Choose a tag to compare

23.17.1 2023-10-09

PaymentSheet

  • [Fixed] Fixed an issue when advancing from the country dropdown that prevented user's' from typing in their postal code. (#2936)

PaymentsUI

  • [Fixed] An issue with STPPaymentCardTextField, where the paymentCardTextFieldDidChange delegate method wasn't being called after deleting an empty sub field.

23.17.0

02 Oct 18:07
23.17.0
Compare
Choose a tag to compare

23.17.0 2023-10-02

PaymentSheet

  • [Fixed] Fixed an issue with selecting from lists on macOS Catalyst. Note that only macOS 11 or later is supported: We do not recommend releasing a Catalyst app targeting macOS 10.15.
  • [Fixed] Fixed an issue with scanning card expiration dates.
  • [Fixed] Fixed an issue where billing address collection configuration was not passed to Apple Pay.
  • [Added] Support for Swish with PaymentIntents.
  • [Added] Support for Bacs Direct Debit with PaymentIntents.

Basic Integration

  • [Fixed] Fixed an issue with scanning card expiration dates.

Payments

  • [Fixed] Fixed an issue where amounts in Serbian Dinar were displayed incorrectly.
  • [Fixed] Fixed an issue where the SDK could hang in macOS Catalyst.
  • [Added] Support for Swish bindings.

23.16.0

18 Sep 18:53
23.16.0
4ce69a5
Compare
Choose a tag to compare

23.16.0 2023-09-18

Payments

  • [Added] Properties of STPConnectAccountParams are now mutable.
  • [Fixed] Fixed STPConnectAccountCompanyParams.address being force unwrapped. It's now optional.
  • [Added] Support for RevolutPay bindings

PaymentSheet

  • [Added] Support for Alipay with PaymentIntents.
  • [Added] Support for Cash App Pay with SetupIntents and PaymentIntents with setup_future_usage.
  • [Added] Support for AU BECS Debit with SetupIntents.
  • [Added] Support for OXXO with PaymentIntents.
  • [Added] Support for Konbini with PaymentIntents.
  • [Added] Support for PayNow with PaymentIntents.
  • [Added] Support for PromptPay with PaymentIntents.
  • [Added] Support for Boleto with PaymentIntents and SetupIntets.
  • [Added] Support for External Payment Method as an invite-only private beta.
  • [Added] Support for RevolutPay with SetupIntents and PaymentIntents with setup_future_usage (private beta). Note: PaymentSheet doesn't display this as a saved payment method yet.
  • [Added] Support for Alma (Private Beta) with PaymentIntents.

23.15.0

28 Aug 17:56
d20549e
Compare
Choose a tag to compare

23.15.0 2023-08-28

PaymentSheet

  • [Added] Support for AmazonPay (private beta), BLIK, and FPX with PaymentIntents.
  • [Fixed] A bug where payment amounts were not displayed correctly for LAK currency.

StripeApplePay

  • Fixed a compile-time issue with using StripeApplePay in an App Extension. (#2853)

CustomerSheet

23.14.0

21 Aug 20:50
Compare
Choose a tag to compare

23.14.0 2023-08-21

All

  • Improved redirect UX when using Cash App Pay.

PaymentSheet

  • [Added] Support for GrabPay with PaymentIntents.

Payments

  • [Added] You can now create an STPConnectAccountParams without specifying a business type.

Basic Integration

  • [Added] Adds applePayLaterAvailability to STPPaymentContext, a property that mirrors PKPaymentRequest.applePayLaterAvailability. This is useful if you need to disable Apple Pay Later. Note: iOS 17+.

23.13.0

07 Aug 21:23
ad178b5
Compare
Choose a tag to compare

23.13.0 2023-08-07

All

  • [Fixed] Fixed compatibility with Xcode 15 beta 3. visionOS is now supported in iPadOS compatibility mode.

PaymentSheet

  • [Added] Enable bancontact and sofort for SetupIntents and PaymentIntents with setup_future_usage. Note: PaymentSheet doesn't display saved SEPA Debit payment methods yet.

CustomerSheet

  • [Added] us_bank_account PaymentMethod is now available in CustomerSheet

23.12.0

31 Jul 23:16
Compare
Choose a tag to compare

23.12.0 2023-07-31

PaymentSheet

  • [Added] Enable SEPA Debit and iDEAL for SetupIntents and PaymentIntents with setup_future_usage. Note: PaymentSheet doesn't display saved SEPA Debit payment methods yet.
  • [Added] Add removeSavedPaymentMethodMessage to PaymentSheet.Configuration and CustomerSheet.Configuration.

Identity

23.11.2

24 Jul 18:29
23.11.2
Compare
Choose a tag to compare

23.11.2 2023-07-24

PaymentSheet

CustomerSheet

  • [Fixed] Ability to removing payment method immediately after adding it.
  • [Fixed] Re-init addPaymentMethodViewController after adding payment method to allow for adding another payment method

23.11.1

18 Jul 20:46
5f4795d
Compare
Choose a tag to compare

23.11.1 2023-07-18

PaymentSheet

  • [Fixed] Fixed various bugs in Link private beta.