Skip to content

Releases: stripe/stripe-android

stripe-android v20.44.0

21 May 17:08
dcb4714
Compare
Choose a tag to compare

PaymentSheet

  • [ADDED]8466 Added support for external payment methods.
  • [CHANGED]8340 Recreate PaymentSheet and FlowController in rememberPaymentSheet and rememberPaymentSheetFlowController functions when an input callback changes.
  • [FIXED]8486 Prevent soft keyboard from covering "Enter address manually" button for Address Autocomplete
  • [REMOVED]8504 Remove support for using Maestro cards with Google Pay

Payments

  • [REMOVED]8504 Remove support for using Maestro cards with Google Pay

Identity

  • [FIXED]8485 Fixed a crash when scanned type of an uploading image is not expected.

See the changelog for more details.

stripe-android v20.43.0

13 May 20:38
21720b5
Compare
Choose a tag to compare

Financial Connections

  • [Changed]8377 The FinancialConnectionsEvent.Name.CONSENT_ACQUIRED event is now emitted when the consent has been acquired and successfully confirmed with the Stripe backend. Previously, the event was emitted before the confirmation, making it possible to receive multiple CONSENT_ACQUIRED events in a single session.

PaymentSheet

  • [ADDED]8430 Added support for using Maestro cards with Google Pay
  • [ADDED]8433 Added support for Multibanco to PaymentSheet.

Payments

  • [ADDED]8433 Added support for Multibanco to API bindings.

See the changelog for more details.

stripe-android v20.42.0

02 May 00:46
16e2b12
Compare
Choose a tag to compare

Dependencies updated in 8381:

  • Bumped Play Services Wallet from 19.2.1 to 19.3.0.

See the changelog for more details.

stripe-android v20.41.1

22 Apr 19:18
9bff091
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]8297 Improve PaymentSheet and CustomerSheet loading user experience.

See the changelog for more details.

stripe-android v20.41.0

15 Apr 21:08
1a4c390
Compare
Choose a tag to compare

PaymentSheet

  • [CHANGED]8231 Separator text under Link/Google Pay button from "Or pay using"/"Or pay with a card" to "Or use"/"Or use a card" when using SetupIntent.

Payments

  • [FIXED]8243 Fixed an issue with R8 when depending directly on payments-core.
  • [FIXED]8259 Fixed an issue with retrievePossibleBrands returning incorrect brands for Cartes Bancaires test cards.
  • [ADDED]8257 Added support for Alma to API bindings.

See the changelog for more details.

stripe-android v20.40.4

04 Apr 22:56
4d065e7
Compare
Choose a tag to compare

Financial Connections

[Fixed]8223 Fixed a crash that occurred when using Compose 1.6.

See the changelog for more details.

stripe-android v20.40.3

01 Apr 19:27
06b58e4
Compare
Choose a tag to compare

CustomerSheet

  • [Added]8176 Enabled ACH Direct Debit in CustomerSheet

Financial Connections

  • [CHANGED]8157 Financial Connections no longer depends on the Mavericks library.

See the changelog for more details.

stripe-android v20.40.2

25 Mar 16:11
d13a406
Compare
Choose a tag to compare

PaymentSheet

  • [Fixed]8147 Use device locale in Link popup request rather than merchant locale for customer billing country.
  • [Added]8118 Show Link wallet payment methods in saved payment methods screen.
  • [Fixed]8117 Fix Link payment methods not being saved properly in payment method and passthrough mode.

See the changelog for more details.

stripe-android v20.40.1

22 Mar 00:34
136e552
Compare
Choose a tag to compare

PaymentSheet

  • [Added]8132 Support for Klarna with SetupIntents and PaymentIntents with setup_future_usage.
  • [Fixed]8142 Fixed an issue with CustomerSheet where the form fields were not displayed when adding a payment method.

See the changelog for more details.

stripe-android v20.40.0

19 Mar 17:56
053ffed
Compare
Choose a tag to compare

PaymentSheet

  • [Added]7719 Added PaymentOption.iconPainter to simplify FlowController usage in Compose.

Payments

  • [Added]8028 Added support for Amazon Pay to API bindings.

Financial Connections

  • [Changed] Updated the design of the Financial Connections authentication flow.

See the changelog for more details.