Releases: stripe/stripe-android
Releases · stripe/stripe-android
stripe-android v22.5.0
stripe-android v22.4.0
stripe-android v22.3.0
Payment Method Messaging
- [Added] Payment Method Messaging Element is now available in public preview.
PaymentSheet
- [Added]12011 Builder APIs for PaymentSheet appearance customization (Colors, Shapes, Typography, PrimaryButtonColors, and embedded row styles)
- [Added] opensCardScannerAutomatically configuration is now available.
Payments
- [Added]12014
ConfirmationToken.PaymentMethodPreviewnow includes structuredCardfield with detailed card information (brand, country, expiry, funding, last4, etc.) - [Changed]12027 Undo the removal of the cardParams API on card form UIs. This API is marked as deprecated; please use PaymentMethodCreateParams instead.
stripe-android v22.2.0
Financial Connections
- [Added]
StripeFinancialConnectionsSDK is now localized!
stripe-android v22.1.1
- [UPDATED] Additional APIs and improvements to support the development of the React Native StripeCryptoOnramp SDK.
stripe-android v22.1.0
- [UPDATED]11893 Update
compileSdkVersionandtargetSdkVersionto 35 following changes to Target API level requirements for Google Play apps.
stripe-android v22.0.0
This major version introduces many small breaking changes. Please see MIGRATING.md to help you migrate.
PaymentSheet
- [Added] CustomerSessions is now generally available.
- [Added] ConfirmationTokens is now generally available.
CardScan
- [REMOVED]11785 CardScan has been removed. See CardScan Module Removal to learn more.
stripe-android v21.29.2
PaymentSheet
- [REMOVED]11841 Removed shipping address requirement to display Affirm in Payment Element
stripe-android v21.29.1
- [ADDED]11735 Added email typo detection and one-tap correction during the Link signup flow
stripe-android v21.29.0
- [Added] Added support for
onBehalfOfto CustomerSheet.IntentConfiguration. This parameter makes CustomerSheet use a connected account to determine the payment method that users see and whether CardBrandChoice is enabled. For more information, see the SetupIntent docs.