Skip to content

Releases: stripe/stripe-android

stripe-android v20.48.0

02 Jul 15:41
183331b
Compare
Choose a tag to compare

PaymentSheet

  • [ADDED]8717 Add CVC Recollection functionality to PaymentSheet and PaymentSheet.FlowController

See the changelog for more details.

stripe-android v20.47.4

27 Jun 19:08
f91019a
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]8697 Fixed a bug where payment methods using payment_method_options were not saved properly when using the deferred client-side confirmation flow.

See the changelog for more details.

stripe-android v20.47.3

26 Jun 00:05
9fb4369
Compare
Choose a tag to compare

Identity

  • [FIXED]8683 Removed the usesCleartextTraffic flag, which was enabled in the Stripe Identity SDK manifest. This flag was unnecessary as the Stripe API enforces HTTPS on all connections.

See the changelog for more details.

stripe-android v20.47.0

24 Jun 19:25
02925e2
Compare
Choose a tag to compare

PaymentSheet

  • [ADDED]8651 Added support for Billie to PaymentSheet.
  • [ADDED]8654 Added support for Satispay to PaymentSheet.
  • [FIXED]8672 Fixed a bug where [FlowController] would show a blank screen when Google Pay was enabled without a customer attached.

Payments

  • [ADDED]8651 Added support for Billie to API bindings.
  • [ADDED]8654 Added support for Satispay to API bindings.

See the changelog for more details.

stripe-android v20.46.0

14 Jun 22:33
026c477
Compare
Choose a tag to compare

PaymentSheet

  • [ADDED]8607 Add builder pattern for constructing instances of PaymentSheet and PaymentSheet.FlowController.

See the changelog for more details.

stripe-android v20.45.0

10 Jun 21:53
8aa06e4
Compare
Choose a tag to compare

AddressElement

  • [FIXED]8596 Fixed issue where "Enter address manually" button only worked the first time it was clicked.

PaymentSheet

  • [ADDED]8595 Added support for Sunbit to PaymentSheet.

Payments

  • [FIXED]8590 Fix an issue where cancelling payment for Amazon Pay and Cash App Pay would show an error
  • [ADDED]8595 Added support for Sunbit to API bindings.

See the changelog for more details.

stripe-android v20.44.2

03 Jun 22:53
85c0226
Compare
Choose a tag to compare

Identity

  • [FIXED]8566 Fixed a crash when scan finishes and states is cleared.

See the changelog for more details.

stripe-android v20.44.1

28 May 19:09
c1c69fc
Compare
Choose a tag to compare

PaymentSheet

  • [FIXED]8538 Change the autocomplete screen’s "Enter address manually" button background to prevent unexpected changes to user-defined colors

CardScan

  • [FIXED]8537 Fix a crash that happened on some devices with odd camera-to-screen ratios

See the changelog for more details.

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.