stripe-android
stripe-android copied to clipboard
Stripe Android SDK
# Summary # Motivation :notebook_with_decorative_cover: **Bank Auth Repair Pane: support abstract auth and complete repair session** :globe_with_meridians: [BANKCON-6788](https://jira.corp.stripe.com/browse/BANKCON-6788) # Testing - [ ] Added tests - [ ] Modified tests...
# Summary **Problem**: The only retry logic we contemplate in our network layer just considerates http result codes that are retriable. If a request fails, there's no implemented default retry...
# Summary # Motivation :notebook_with_decorative_cover: **[Android] Fetch FCSession on web-flavor flows on cancelled / failed results** :globe_with_meridians: [BANKCON-8322](https://jira.corp.stripe.com/browse/BANKCON-8322) # Testing - [ ] Added tests - [ ] Modified tests...
# Summary Add mandate collection screenshot tests # Testing - [x] Added tests - [ ] Modified tests - [ ] Manually verified
# Summary Clean up task to remove the application from CustomerSheetViewModel.
## Summary After attempting to generate payment method params in the form with invalid details, error messages are showing up for fields that have not been edited yet. ## Code...
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.3 to 1.1.4. Release notes Sourced from com.google.truth:truth's releases. 1.1.4 Updated Truth to build with -source 8 -target 8. This means that it no longer runs under...
## Summary Stripe crashes when I call paymentSheet.presentWithPaymentIntent(paymentIntentClientSecret). My libraries are updated according to Stripe's libraries. The error I receive is: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/ui/platform/LocalSoftwareKeyboardController;. ## Code to reproduce...
# Summary - Issue: when moving from bank to sdk in app2app, android assumes a cancellation and re-creates the session - Changes to fix it: If no url was received...
## Summary App crashes because of some null pointer inside the SDK. We have only seen this error once so far. ``` Fatal Exception: java.lang.IllegalArgumentException: Required value was null. at...