Bruno R. Nunes
Bruno R. Nunes
Hi @ColtonIdle, thanks for the feedback! We're planning on taking a deeper look into reducing our libraries' sizes over the coming months. Meanwhile, I'll investigate if there's something we can...
If you don't use them, it's safe to remove: - `AddPaymentMethodActivity` - `PaymentMethodsActivity` - `PaymentFlowActivity` - `StripeGooglePayActivity` - `GooglePayLauncherActivity` - `GooglePayPaymentMethodLauncherActivity` - `CollectBankAccountActivity` This should allow the views to also...
Right, some of the activities will still be kept, the ones that are needed for authentication. You can verify that by testing with a [test card that requires 3DS authentication](https://stripe.com/docs/testing#regulatory-cards)....
Okay, I'll need to refactor our modules then to move those activities, so that they're not included in the dependencies for a use case like yours. This is the proper...
Hey @sandyscoffable, thanks for the feedback! I'll be working on this in Q4, will make sure that users that are only using methods from `Stripe`, or just the card collection...
> What is the status on this PR? This is currently blocking our switch to this SDK for payment processing on our app. Hey @renchap, This PR exposes the Google...
Hi @VinuPolly-Bonnet, thanks for filing the issue! Just to confirm, your app is written in Kotlin, right? Does your app declare any dependency on `androidx.core:core-ktx` or `androidx.core:core`? If so, which...
Hi @tgensol, thanks for the feedback! It looks like it's simple to expose those settings, I'll give it a try.
The PR linked above exposes the Google Pay shipping address settings, however we still have no way of returning the values collected to the caller. That will require changing the...
Customizing the PaymentSheet appearance has been live for some time now. You can learn more on the docs and give it a try: https://stripe.com/docs/elements/appearance-api?platform=android