stripe-android
stripe-android copied to clipboard
Stripe Android SDK
## Summary Please add translations for Arabic in the android sdk (as well as error messages from the backend, which will be displayed in the Android app) ## Code to...
## Summary I'm using [flutter_stripe](https://pub.dev/packages/flutter_stripe) package for an app developed in Flutter. After some initial setup, this package automatically sets the payment bottom sheet language to the language configured on...
## Summary There are several missing translations for error message that we need. It is critical for us because our user often have payment issues. | Insufficient funds | card...
## Is your feature request related to a problem? Please describe. We are starting to use the new `PaymentSheet` in our app (which is [Libon](https://www.libon.com/)). Our problem occurs with the...
I'm using the [flutter_stripe package ](https://pub.dev/packages/flutter_stripe)for my flutter app. The translation does not support the Arabic language on the presentPaymentSheet. I have tested on many Android devices and iOS devices....
## Summary I am trying to use com.stripe.android.core.exception.APIException and com.stripe.android.exception.CardException to obtain an error code and a decline code and it appears that for APIException the StripeError field seems to...
# Summary Add an Open App Settings button to the camera permissions denied screen in CardScanFragment. # Motivation This button makes it easier for the user to turn on camera...
## Summary All my app is in landscape but 3d secure activity webview ## Code to reproduce Create an empty app with activity in landscape, enter test card 4000008260003178, when...
When launching stripe UI with `presentPaymentMethodSelection` we need implement `onActivityResult` to receive updated to `PaymentSessionListener`. Since `onActivityResult` is deprecated, do we have an update to handle `ActivityResultCallback` to receive results...
Hi Stripe, feature request/discussion: A lot of Android's have the ability to read cards with NFC/contactless with a library like this https://github.com/pro100svitlo/Credit-Card-NFC-Reader We're thinking of integrating that library + use...