stripe-android
stripe-android copied to clipboard
Stripe Android SDK
**Is your feature request related to a problem? Please describe.** The prebuilt-ui multi-step: https://stripe.com/docs/payments/accept-a-payment?platform=android&ui=payment-sheet-custom credit card entry form requires country/region and postal code fields. This used to be optional, but...
## Summary This problem was fixed in https://github.com/stripe/stripe-android/issues/5059 for 3DS2 cards. But the same issue is happening for non-required 3DS cards, like 4242424242424242. See the video attached. This card usually...
Payment sheet UI is compressed when opened via presentWithSetupIntent. Initially it was showing properly with full width of device but now showing margins on side. I also upgraded SDK verison...
## Summary I am setting a custom config for the 3DS screen just before I create my `Stripe` object: ``` PaymentAuthConfig.init( PaymentAuthConfig.Builder() .set3ds2Config( PaymentAuthConfig.Stripe3ds2Config.Builder() .setTimeout(5) .setUiCustomization( PaymentAuthConfig.Stripe3ds2UiCustomization.Builder() .setAccentColor("#FF6900") .setToolbarCustomization( PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder()...
## Summary App Crashes on Production on these two devices. Not sure how to reproduce. Would require any pointers. ## Android version Android Version on Crashlytics shows on `9` and...
Hello! The new appearance API is great! However I'd love it if it included an option for setting background and foreground colors when the primary button is inactivated. Also borderStrokeWidthDp...
Google play removed my app saying this "We’ve identified that your app is using Stripe SDK or library, which facilitates the transmission and collection of Phone Number and Installed Application...
## Is your feature request related to a problem? Please describe. There's currently no easy way to use `handleNextActionForPayment()` (or any other `handleNextAction` functions) in a compose screen. It would...
## Summary Can't use the Material `OutlinedBox` variant of the `TextInputLayout` ## Code to reproduce ```xml ``` ## Android version Q ## Impacted devices n/A ## Installation method n/A ##...
## Summary onGooglePayReady always returns false. ## Code to reproduce final GooglePayLauncher googlePayLauncher = new GooglePayLauncher( this, new GooglePayLauncher.Config( GooglePayEnvironment.Test, "IN", "Widget Store" ), this::onGooglePayReady, this::onGooglePayResult ); private void onGooglePayReady(boolean...