stripe-android
stripe-android copied to clipboard
Stripe Android SDK
# Summary Add Amazon Pay API bindings # Motivation https://jira.corp.stripe.com/browse/MOBILESDK-1679 I set shouldRefreshIfIntentRequiresAction to true for the AmazonPay payment type. This is because we will need this set when we...
# Summary # Motivation :notebook_with_decorative_cover: **Add gray placeholders for consent header logos** :globe_with_meridians: [BANKCON-9419](https://jira.corp.stripe.com/browse/BANKCON-9419) > Design review feedback: “Missing grey placeholder state on merchant logo on consent screen, to soften...
# Summary Just a small update of the compose pay button dependency. # Motivation Background is that we are using stripe (so this library 😁 ) together with [licensee](https://github.com/cashapp/licensee). Unfortunately...
# Summary This is the release branch of Butter M2 phase1, all changes will be merged here before merging into to master. This release branch includes the following changes, all...
# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...
# Summary This pull request fixes an issue happening for returning Link consumers: If they were auto-forwarded to the SMS OTP screen and then pressed the back button, they weren’t...
Bumps `versions.showkase` from 1.0.0-beta18 to 1.0.2. Updates `com.airbnb.android:showkase` from 1.0.0-beta18 to 1.0.2 Release notes Sourced from com.airbnb.android:showkase's releases. 1.0.2 I did a new release in order to revert a change...
## Summary I am forcing light theme in my PaymentSheet, regardless of the device's Dark mode settings, using the [method recommended by the docs](https://docs.stripe.com/elements/appearance-api?platform=android#colors-android): ```kotlin appearance = PaymentSheet.Appearance( colorsDark =...
Hi, as a developer I would like to use the card scanner functionality (Android + iOS) without a call to `v1/card_image_scans/scan_stats` Currently, the feature already works as the call is...
# Summary Add event for detecting PS & FC launches from deep links # Motivation Allows us to track how often `PaymentSheet` or `FlowController` are launched from deep link intents....