Skip to content

26.7.0

Choose a tag to compare

@wooj-stripe wooj-stripe released this 17 Aug 21:05
· 65 commits to master since this release
26.7.0
62c2070

26.7.0 2026-08-17

PaymentSheet

  • [Added] StripePaymentSheet now depends on StripeFinancialConnectionsLite to support lightweight bank payment flows. If you use StripePaymentSheet with Carthage or by manually embedding the .xcframeworks, you must also embed StripeFinancialConnectionsLite.xcframework in your app. No action is required for CocoaPods or Swift Package Manager users.
  • [Changed] Address autocomplete results sourced from internal service.
  • [Added] Added PaymentSheet.LinkConfiguration.Display.walletButtonHidden, which keeps Link enabled but hides its button from the payment element UI.

AddressElement

  • [Changed] Address autocomplete results sourced from internal service.