Releases: stripe/stripe-ios-spm
Releases · stripe/stripe-ios-spm
23.18.2
23.18.2 2023-11-06
CustomerSheet
- [Fixed] CustomerSheet no longer displays saved cards that originated from Apple Pay or Google Pay.
23.18.1
23.18.1 2023-10-30
PaymentSheet
- [Fixed] Added a public initializer for
PaymentSheet.BillingDetails
. - [Fixed] Fixed some payment method icons not updating to use the latest assets.
- [Fixed] PaymentSheet no longer displays saved cards that originated from Apple Pay or Google Pay.
PaymentsUI
- [Fixed] Fixed an issue with
STPPaymentCardTextField
where thepaymentCardTextFieldDidEndEditing
delegate method was not called.
23.18.0
23.18.0 2023-10-23
PaymentSheet
- [Added] Saved SEPA payment methods are now displayed to the customer for reuse, similar to saved cards.
23.17.2
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
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 thepaymentCardTextFieldDidChange
delegate method wasn't being called after deleting an empty sub field.
23.17.0
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
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 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
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
- [Added]
CustomerSheet
(https://stripe.com/docs/elements/customer-sheet?platform=ios) API, a prebuilt UI component that lets your customers manage their saved payment methods.
23.14.0
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
toSTPPaymentContext
, a property that mirrorsPKPaymentRequest.applePayLaterAvailability
. This is useful if you need to disable Apple Pay Later. Note: iOS 17+.
23.13.0
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