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 # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...

# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...

# Summary - Compose's TextField has a `readOnly` parameter usually used to display pre-filled forms that user can not edit. Stripe's TextFieldUI uses it internally but we're not exposing it....

Hi, could we have please the same Payment.Configuration option for Stripe Elements like the one available in the ios SDK : "savePaymentMethodOptInBehavior" (requiresOptOut, requiresOptIn, automatic) ? That will allow us...

feature

## Summary - Hello, we recently received some payment bugs for some users on our production app (since September to be more precise) knowing that nothing has changed on our...

bug

# Summary **Problem**: when the field value changes, `onValueChange` is called. On this function, two different flows emit: - `fieldValue`, with the new value of the text field - `fieldState`,...

## Is your feature request related to a problem? Please describe. I am currently using [ShippingInfoWidget](https://stripe.dev/stripe-android/payments-core/com.stripe.android.view/-shipping-info-widget/index.html), and I was trying to set a variable in my Android app based on...

feature

I have not been able to reproduce this crash but here is the log from firebase. There were also 2 more crashes, maybe they are connected https://github.com/stripe/stripe-android/issues/5786 https://github.com/stripe/stripe-android/issues/5316 Please confirm...

bug

## Summary Started to get firebase ANRs while using payments with stipe and it's not form my side. main (runnable): tid=1 systid=10243 at com.stripe.android.PaymentConfiguration.(PaymentConfiguration.kt) at com.chefaa.customers.ChefaaApplication.setupStripe(ChefaaApplication.kt:163) at com.chefaa.customers.ChefaaApplication.onCreate(ChefaaApplication.kt:94) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1192)...

bug

# Summary Added library group scope to `DisplayOxxoDetails` # Motivation DisplayOxxoDetails was inadvertently made public API, unlike the next action data for Konbini, Boleto, and now Multibanco. This was a...