Releases: stripe/stripe-android
Releases · stripe/stripe-android
stripe-android v22.8.1
Identity
- [Added] More live feedback during document capture.
PaymentSheet
- [Changed] Afterpay/Clearpay no longer requires billing address by default. Set
billingDetailsCollectionConfiguration.addresstoAddressCollectionMode.Fullif you need to collect billing address for Afterpay.
stripe-android v22.8.0
Dependencies updated in 12276:
- Bumped Dagger from 2.55 to 2.58.
PaymentMethodMessagingElement
[BREAKING]12291 PaymentMethodMessagingElement is in public preview. infoIconColor has been removed from PaymentMethodMessagingElement.Appearance.Colors. The info icon has been removed and replaced with a CTA to see available plans. The link text color is customizable through linkTextColor.
Identity
- [CHANGED] Fail out of verification flow on analyzer failure.
- [CHANGED] Removed ephemeral key from error log messages for security.
PaymentSheet
- [FIXED]12315 Fixed extra loading spinner showing up under Google Pay.
stripe-android v22.7.0
Dependencies updated in 11877:
- Bumped Compose from 1.7.8 to 1.9.4.
EmbeddedPaymentElement
- [FIXED] Fixed an issue where
successBackgroundandonSuccessBackgroundappearance customizations were not applied in EmbeddedPaymentElement.
Connect
- [Changed] Added
EmbeddedErrorTypeenum for type-safe error handling in Connect embedded components, falling back toapi_errorif the error type isnull.
Payments
- [Added]12253 Added support for Twint API bindings.
stripe-android v22.6.1
Payments
- [FIXED]12232 Fixed an issue where Satispay was missing
mandate_datawhen used withsetup_future_usage.
stripe-android v22.6.0
PaymentSheet
- [Added] Custom Payment Methods is now generally available, learn more by visiting the docs.
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.