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

Hi developers, My app is crashing when the payment sheet renders. Find below a simple code that I have tried. ``` import { StripeProvider } from '@stripe/stripe-react-native'; import { useStripe...

bug
android

**Is your feature request related to a problem? Please describe.** We use the Stripe payment sheet in our React Native app to collect payment details. To improve security, we want...

user request

Is the new custom UI mode for checkout sessions supported by Stripe React Native? https://docs.stripe.com/changelog/basil/2025-03-31/add-checkout-session-custom-ui-mode

user request

## Summary Updating the CHANGELOG to add the latest Expo version that includes this SDK. Also updating the minimum RN version for the New Architecture, which was incorrect.

**Describe the bug** On the mobile payment sheet voiceover on iOS announces the "country" field as a text field instead of a dropdown @stripe/[email protected] **To Reproduce** Steps to reproduce the...

**Is your feature request related to a problem? Please describe.** it is not related to a problem **Describe the solution you'd like** Since im passing default billing informations to payments...

enhancement

**Describe the bug** On Android, when using the `CardField` component from `@stripe/stripe-react-native`, the app crashes when entering the third character of the expiration date (YYMM). **To Reproduce** Steps to reproduce...

**Describe the bug** Trying to add SEPA direct method with customer sheet, but SEPA option is not visible on Android. **To Reproduce** Steps to reproduce the behavior, on Android: 1....

enhancement
user request

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Initialize CustomSheet 2. Show CustomSheet 3. Insert a card...

**Is your feature request related to a problem? Please describe.** Currently, calling the `presentPaymentSheet()` returns a `paymentOption` object that has a `label` and `image`. These values are not configurable. ```...

enhancement