stripe-android icon indicating copy to clipboard operation
stripe-android copied to clipboard

Stripe Android SDK

Results 385 stripe-android issues
Sort by recently updated
recently updated
newest added

# Summary Deleted all LPM-specific Authenticators and replaced with a single `VoucherAuthenticator` type. Stacked on #8433 # Motivation Whenever we add a voucher LPM, we currently have to create a...

# Summary Added Multibanco support on PaymentIntents to bindings, and added support to PaymentSheet as well # Motivation https://docs.google.com/document/d/1QVT2zuwkz9IFTBNyjsYV_zzfeOsWva8gpSz2vXPHfW8/edit # Testing - [x] Added tests - [ ] Modified tests...

# Summary Update external payment methods API based on [API review](https://docs.google.com/document/d/1WTv3tGqjCSM3Bf6cfehoKqol0zCrnGwSGdNHqa33s10/edit#heading=h.570u4leviueu) More specifically: - update ExternalPaymentMethodConfirmHandler interface - remove existing code/infrastructure for launching a merchant's external payment method activity for...

# Summary This pull request moves the `BottomSheet` component from `paymentsheet` to `stripe-ui-core` and renames it to `StripeBottomSheetLayout`. We’re looking to reuse the component in Financial Connections. # Motivation #...

# Summary This pull request is a follow-up to https://github.com/stripe/stripe-android/pull/8442. It transitions the Financial Connections auth flow from a full-screen view to a sheet. # Motivation # Testing - [...

# Summary Add `ConfigurationData` & `PlaygroundConfigurable` to allow for showing and hiding playground settings when needed. `PlaygroundConfigurable` setting definitions can update the `ConfigurationData` for the playground. `ConfigurationData` initially has `IntegrationType`...

# Summary This pull request makes a few improvements to our analytics: 1. Uses a more appropriate `extraMessage` in `ErrorViewModel` 2. Adds `pane` to various events that were missing it...

# Summary Follow up to https://github.com/stripe/stripe-android/pull/8436 which makes all the properties `val` instead of `var`. The only downside to this is the change to the generated `copy` method. Which we've...

# Summary Add Header with title and back button Add confirm button Click Listeners will be added in implementation # Motivation [MOBILESDK-1971](https://jira.corp.stripe.com/browse/MOBILESDK-1971) # Testing - [ ] Added tests -...

# Summary - Hides setup future usage checkbox on Instant Debits. # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified...