Skip to content

Releases: stripe/stripe-android

stripe-android v21.4.1

28 Jan 23:54
7f87b81
Compare
Choose a tag to compare

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.

See the changelog for more details.

stripe-android v21.4.0

28 Jan 17:02
a331c82
Compare
Choose a tag to compare

PaymentSheet

  • [ADDED]9937 Added support for Crypto to PaymentSheet.

See the changelog for more details.

stripe-android v21.3.2

21 Jan 21:49
1969f2e
Compare
Choose a tag to compare

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.

See the changelog for more details.

stripe-android v21.3.1

06 Jan 20:50
7b1d279
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]9849 Fixes issue with PaymentSheet fields not being focusable on Android TV.
  • [FIXED]9835 Fixes issue with phone number formatting in which inputted Cyprus phone numbers was showing the wrong country code.

See the changelog for more details.

stripe-android v21.3.0

23 Dec 20:51
03eb8d4
Compare
Choose a tag to compare

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.

See the changelog for more details.

stripe-android v21.2.1

02 Dec 20:49
7add650
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]9695 US Bank Account now supports the instant_or_skip verification method.

See the changelog for more details.

stripe-android v21.2.0

20 Nov 01:16
bca97fe
Compare
Choose a tag to compare

Payments

  • [ADDED]9672 Update stripe-3ds2-android to version 6.2.0 which upgrades 3DS spec from 2.1 to 2.2

See the changelog for more details.

3DS2 SDK v6.2.0

19 Nov 22:15
a98439d
Compare
Choose a tag to compare

6.2.0 - 2024-011-19

  • #9639 Update 3DS spec to 2.2

stripe-android v21.1.0

18 Nov 23:32
21248f5
Compare
Choose a tag to compare

PaymentSheet

  • [ADDED] Support for card brand filtering in private beta.
  • [ADDED]9635 Instant Bank Payments are now available when using deferred intents.

See the changelog for more details.

stripe-android v21.0.1

11 Nov 22:59
cd64c02
Compare
Choose a tag to compare

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.

See the changelog for more details.