Releases: stripe/stripe-android
Releases · stripe/stripe-android
stripe-android v21.4.1
PaymentSheet
- [ADDED]10015 Fixed a bug in
PaymentSheet.FlowController
where the result callback wouldn't be called if a user cancelled confirmation during CVC recollection.
stripe-android v21.4.0
PaymentSheet
- [ADDED]9937 Added support for Crypto to PaymentSheet.
stripe-android v21.3.2
Financial Connections
- [FIXED] Fixes a rare crash that could occur when presenting a bottom sheet.
PaymentSheet
- [FIXED]9871 Fixes issue with autocomplete caused by render loop in text field.
stripe-android v21.3.1
stripe-android v21.3.0
Payments
- [ADDED]9753 Added support for Crypto to API bindings.
- [CHANGED]9804 Changed the edit and remove saved payment method flow so that tapping 'Edit' displays an icon that leads to a new update payment method screen that displays payment method details for card (last 4 digits of card number, cvc and expiry date fields), US Bank account (name, email, last 4 digits of bank account), and SEPA debit (name, email, last 4 digits of IBAN).
Identity
- [FIXED]9812 App crash when TFLite models fail to load, added error handling and model validation.
stripe-android v21.2.1
PaymentSheet
- [FIXED]9695 US Bank Account now supports the
instant_or_skip
verification method.
stripe-android v21.2.0
Payments
- [ADDED]9672 Update
stripe-3ds2-android
to version 6.2.0 which upgrades 3DS spec from 2.1 to 2.2
3DS2 SDK v6.2.0
6.2.0 - 2024-011-19
- #9639 Update 3DS spec to 2.2
stripe-android v21.1.0
PaymentSheet
- [ADDED] Support for card brand filtering in private beta.
- [ADDED]9635 Instant Bank Payments are now available when using deferred intents.
stripe-android v21.0.1
PaymentSheet
- [FIXED]9571 Fixed country prefix not being added when adding a payment method when collecting phone numbers with
BillingDetailsCollectionConfiguration
. - [FIXED]9576 Fixed minimum and maximum account number length for
Au Becs Debit
LPM. Customers can now provide account numbers with a length of 4 to 9 digits.
AddressElement
- [FIXED]9571 Fixed country prefix not being added to the phone number in the returned
AddressDetails
if customer provides a phone number. - [FIXED]9577 Fixed phone number requirement bug that would allow users to optionally provide phone number even if a phone number is set as required by the merchant.