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
trafficstars

**Describe the bug** A clear and concise description of what the bug is. @stripe/stripe-react-native CardForm IOS cardStyle is not working. **Expected behavior** ![Screenshot_1726474600](https://github.com/user-attachments/assets/a6b17e24-e45d-43c6-9c18-9801524c6c0c) **Screenshots** If applicable, add screenshots to help...

In a situation when `rootViewController` is not set by the application, the main view controller is not found, resulting in error: Attempt to present on (from ) whose view is...

**To Reproduce** Steps to reproduce the behavior: 1. Go to pay action form 2. Pay with card (3D secure) 3. Click close button on the UI confirm card 4. close...

**Describe the bug** When running ./gradlew build `FAILURE: Build failed with an exception.` * What went wrong: Execution failed for task ':stripe_stripe-react-native:lintDebug'. `D:\app\MobileApp\node_modules\@stripe\stripe-react-native\android\src\main\java\com\reactnativestripesdk\CardFieldView.kt:357: Error: CountryCode can only be accessed from...

My company has received a warning email that we have "accepted payments in the past 90 days using Basic Integration, an old version of Stripe’s in-app payment surface." In Febuary...

I am attempting to collect user payment using the Stripe SDK in react native, but having some issues with the current flow I am attempting. Essentially, it goes like this:...

Is your feature request related to a problem? (please describe) The current size of the Stripe package (around 25 MB) significantly increases the overall app size. Describe the solution you'd...

**Describe the bug** When customizing the payment sheet with the "appearance" property, and you add a large border radius for the "primary button", you get a really extreme border radius....

After adding "pod 'StripePaymentsUI' in Podfile, and adding "@import StripeCore;" in Appdelegate, this error shows up: "Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules" Reference...

I'm encountering an issue with the `CustomerSheet` in the `@stripe/stripe-react-native` SDK, where it frequently becomes unresponsive during a specific flow. **To Reproduce** Steps to reproduce the behavior: 1. Add a...