stripe-android
stripe-android copied to clipboard
Stripe Android SDK
## Summary When trying to include the Tensorflow lite library in the gradle, the build process fails with duplicate classes issue. This is observed if the we include the stripe...
For Google Wallets, we are not able to import maestro cards ie cards are not visible when we launch the intent The iOS Stripe SDK successfully identifies and displays IBAN-formatted...
# Summary Add remote Gradle build cache support to Bitrise configuration We just recently got a 30 day trial for testing out the Bitrise remote build cache. This PR adds...
# Summary Adds ability for merchant to set onBehalfOf for CardInputWidget, CardFormView, and CardMultilineWidget # Motivation [MOBILESDK-1969](https://jira.corp.stripe.com/browse/MOBILESDK-1969) [API REVIEW](https://docs.google.com/document/d/1jrq8bNVEBpMY0YMyAAipC07AreDv2wpiYxbMEl4N18s/edit?pli=1#heading=h.qarkdnrrshe0) # Testing - [X] Added tests - [X] Modified tests -...
# Summary This pull request adds the institution icon to the account picker screen. This was presumably missed during the V3 work, as it’s present on Web and iOS. #...
# Summary Overrides the base `createRequest` parameter to add product usage tokens when needed. # Motivation Resolves [RUN_MOBILESDK-2978](https://jira.corp.stripe.com/browse/RUN_MOBILESDK-2978) Helps properly attribute `PaymentSheet` analytics events (`mc_`) to the used product (`PaymentSheet`...
# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...
I need to implement the **co-badged-card requirements** on the CardInputWidget, so I need to move from 20.28.3 to 20.37.4. After upgrading, my app just crashes. Note that I am **not**...
# Summary Adds a new version of the `CustomerSheet` playground using the architecture from the `PaymentSheet` playground. # Motivation Makes it easier to add additional playground settings and create effective...
# Summary Migrate `SectionFieldErrorController ` to `StateFlow` # Motivation Helps move effort to migrate our `Flow` UI fields to `StateFlow` # Testing - [ ] Added tests - [ ]...