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 I'm making payment using stripe's payment launcher and if I comment this line "paymentLauncher.confirm(confirmParams)" my app has started behaving perfectly fine but If I uncomment this line and...

bug

## Summary We are seeing some our app crashing sometimes (not many) with the exception below. ``` Fatal Exception: java.lang.IllegalArgumentException: Contents of /data/user/0/com.package/cache/a8bcf0129dcd29084f6797ede7e0be86f9e11ed5.tflite does not encode a valid TensorFlow Lite...

bug
identity

## Summary We received a rejection notice from the Google Play Store for our app, citing a violation of the Families Policy Requirements. The issue was related to the inclusion...

bug

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

I need to match the card holder name with the booking person name and decide he can pay or not. I am unable to find any documentation regarding this. Is...

feature

# Summary Bump Compose Navigation from 2.5.3 to 2.7.2. Changelog: https://developer.android.com/jetpack/androidx/releases/navigation # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified...

## Summary We are using Stripe's PaymentSheet UI for users to add their card details. For a UK customer, inputting their card details (for a UK card provider) repeatedly fails...

bug

# Summary Update `PostalCodeConfig` for `GB` (United Kingdom). - Only allow letters, digits, and spaces - Capitalize letters # Motivation `GB` postal codes should be uppercase. Lowercase postal codes are...

# Summary Replaces the usage of `Flow` with a suspendable function that returns the result. # Motivation All consumers of `isReady` from `GooglePayRepository` use the returned `Flow` as a single...

breaking

# Summary Financial Connections currently launches a Custom Tab when the user picks an institution, so that the authentication page opens in a browser instance. However, Android Custom tabs can...

work-cli