stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

React Native library for Stripe.

Results 328 stripe-react-native issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After clicking keyboard next button on **`CardForm CVC input`** android app is crashing on both emulator and real device for those countries which **don't have zipcode** input....

**Describe the bug** I created a SetupIntent on the server side for off-session usage with the PayPal payment method and encountered an error when attempting to confirm the intent. My...

I can't seem to get Google pay to work on Android, am using Expo Custom dev client, after installing stripe I rebuilt the dev client I also added this in...

question

I just install the command without any addition configuration in android and ios folder as mentioned in stripe document. It's working successful on ios but on android showing this error....

On some Android devices canAddCardToWallet is returning "UNSUPPORTED_DEVICE". These devices have a google wallet with other cards. What defines a UNSUPPORTED_DEVICE?

Hi Is these any way to test/pay using Stripe Google Pay in India ( Merchant setup is from US region ) I already read this https://support.stripe.com/questions/supported-payment-methods-currencies-and-businesses-for-stripe-accounts-in-india but want to confirm...

**Describe the bug** We initialized a new payment sheet with support for Apple Pay. In the `initPaymentSheet` is a config object for Apple Pay with the ApplePayParams: https://stripe.dev/stripe-react-native/api-reference/modules/PaymentSheet.html#ApplePayParams When we...

## Summary Add new mandatory `android.namespace` config. ## Motivation https://github.com/react-native-community/discussions-and-proposals/issues/671 ## Testing App builds with RN 73 and AGP 8 ## Documentation Select one: - [ ] I have added...

Hi, when the user enters his credit card and initiates the payment, he has this page which is displayed by marking: "your browser does not allow you to use this...

This commit adds support for RN 0.73 android builds ## Summary Add namespace to android section of build.gradle, this is a requirement for Gradle 8 which is the default for...