Stripe v22.0.0 Release Notes

Release Date: 2022-03-28 // about 2 years ago
    • ๐Ÿš€ [Changed] The minimum iOS version is now 12.0. If you'd like to deploy for iOS 11.0, please use Stripe SDK 21.12.0.
    • [Added] us_bank_account PaymentMethod is now available for ACH Direct Debit payments, including APIs to collect customer bank information (requires StripeConnections) and verify microdeposits.
    • ๐Ÿ‘ [Added] StripeConnections SDK can be optionally included to support ACH Direct Debit payments.

    PaymentSheet

    • [Changed] PaymentSheet now uses light and dark mode agnostic icons for payment method types.
    • [Changed] Link payment method (private beta) UX improvements.

    Identity

    • [Changed] IdentityVerificationSheet now has an availability requirement of iOS 14.3 on its initializer instead of the present method.