Skip to content

Releases: stripe/stripe-android

stripe-android v20.35.2

11 Dec 21:18
991b80d
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]7683 Fixed an issue where PaymentSheet didn't correctly consider BillingDetailsCollectionConfiguration when transacting with Google Pay.

See the changelog for more details.

stripe-android v20.35.1

04 Dec 20:34
329eda2
Compare
Choose a tag to compare

Identity

  • [CHANGED]7407 Updated the UX for Consent and DocSelection page.

See the changelog for more details.

stripe-android v20.35.0

28 Nov 16:44
b8c2749
Compare
Choose a tag to compare

PaymentSheet

  • [ADDED]7249 PaymentSheet now supports configuring the Google Pay button type in the GooglePayConfiguration.
  • [FIXED]7623 Fixed an issue where FlowController did not save a newly added payment method as the default method.
  • [FIXED]7496 Fixed an issue where PaymentSheet did not save a newly added payment method as the default method.
  • [FIXED]7584 Fixed an issue where PaymentSheet would render with a lightened surface color in dark mode.
  • [FIXED]7635 Fixed an issue where PaymentSheet wouldn't accept valid Mexican phone numbers.

CustomerSheet

  • [ADDED]7644 Added support for updating a payment method in the experimental CustomerAdapter interface.
  • [CHANGED]7627 Updated the experimental CustomerSheet.Configuration to require a merchant name.

See the changelog for more details.

stripe-android v20.34.4

02 Nov 22:47
cf6b61d
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]7570 Fixed an issue where compiling PaymentSheet with R8 would cause an irrelevant warning for missing classes from Financial Connections if the module wasn't included.
  • [FIXED]7571 Fixed an issue where CustomerSheet would throw an error related to invalid payment_method_types.

See the changelog for more details.

stripe-android v20.34.3

31 Oct 19:50
e618f57
Compare
Choose a tag to compare
  • [FIXED]7530 Fixed an issue which caused PaymentSheet to transitively include the Financial Connections SDK even if not requested.
  • [FIXED]7545 Fixed an issue where the US Bank Account collection flow would not launch when using FlowController with Payment Intents.

See the changelog for more details.

stripe-android v20.34.2

30 Oct 19:19
056854d
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]7499 Fixed an issue with incorrect error messages when encountering a failure after 3D Secure authentication.
  • [FIXED]7464 Fixed an issue where canceling the US Bank Account selection flow prevents the user from launching it again.
  • [FIXED]7529 PaymentSheet no longer displays saved cards that originated from Apple Pay or Google Pay.

See the changelog for more details.

stripe-android v20.34.1

24 Oct 19:36
1631449
Compare
Choose a tag to compare

Payments

  • [FIXED]7485 Fixed a crash when using CardInputWidget in an AppCompat theme.

See the changelog for more details.

stripe-android v20.34.0

23 Oct 19:49
9f47d68
Compare
Choose a tag to compare

Payments

  • [ADDED]7449 Added saved payment method support for SEPA family payment methods.

See the changelog for more details.

stripe-android v20.33.0

16 Oct 20:15
473eff1
Compare
Choose a tag to compare

Payments

See the changelog for more details.

stripe-android v20.32.1

09 Oct 18:08
24c7c6a
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]7387 Fixed a bug where AddressLauncher.present would crash.

Dependencies updated:

  • 7409 Bumped Kotlin to 1.8.22 and Compose Compiler to 1.4.8.

See the changelog for more details.