Releases: stripe/stripe-android
Releases · stripe/stripe-android
stripe-android v20.51.1
- Stability and efficiency improvements.
stripe-android v20.51.0
PaymentSheet
-
[BREAKING]9295 Remove
ExperimentalCvcRecollectionApi
annotation. This is a breaking change for merchants using@OptIn(ExperimentalCvcRecollectionApi::class)
. -
[ADDED] CVC Recollection is now in GA. For more information see our docs here for intent first integrations or here for deferred intent integrations.
stripe-android v20.50.1
PaymentSheet
- [FIXED]9253 Fixed an issue where the US Bank Account mandate would reset when confirming the intent.
stripe-android v20.50.0
stripe-android v20.49.0
- [BREAKING]9158 Updates to CVC recollection APIs, currently in private beta. Add
requireCvcRecollection
param toIntentConfiguration
. This is a breaking change for merchants usingPaymentSheet.Builder.cvcRecollectionEnabledCallback
andPaymentSheet.FlowController.Builder.cvcRecollectionEnabledCallback
. Requires opt-in forExperimentalCvcRecollectionApi
annotation.
stripe-android v20.48.6
- Stability and efficiency improvements.
stripe-android v20.48.5
PaymentSheet
- [FIXED]9111 Fixed an issue where Google Pay was displaying an error.
stripe-android v20.48.4
Payments
- [FIXED]9011 Fixed an issue where rendering Card Element in React Native and the base
Activity
would cause a crash.
stripe-android v20.48.3
PaymentSheet
- [FIXED]8971 Fixed a crash caused by an index out of bounds exception