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** The font size of the CardField seems to scale with the system font size on Android. A few of our users are having issues with overlapping text...

enhancement

Feature request: I'd like to be able to use PaymentSheet to offer subscriptions to my users. I know stripe discourage doing so because in most cases, subscriptions should use in...

enhancement
In progress

**Describe the bug** The CardForm on Android appears to hide the postal code input for countries other than the U.S. and Canada. iOS only appears to hide the input if...

bug
blocked
CardForm

Hey all Great seeing this new lib! We have been using `tipsi-stripe` for a few years now and are looking into migrating to this new lib. Before going really deeper,...

question

**Describe the bug** When Stripe API is blocked (for example via Charles Proxy) it doesn't give error, instead returns paymentOption with undefined **To Reproduce** Steps to reproduce the behavior: 1....

P2
PaymentSheet

**Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like** Make the success state of a setup intent sheet customizable and not just green....

enhancement
PaymentSheet

**Is your feature request related to a problem? Please describe.** No issue. **Describe the solution you'd like** I want this icon's color to be customizable. **Describe alternatives you've considered** None,...

enhancement
PaymentSheet

## Summary This bumps 4 things: - stripe-android (from 20.5.+ to 20.6.+) - the `compileSdkVersion` (from 31 to 32) - the android gradle plugin (from 7.0.4 to 7.2.1) - the...

**Describe the bug** When adding apple pay via the new card screen the payment intent sheet does not properly update. When reopening the modal you enter on the add card...

bug
ios

**Describe the bug** When trying to process a payments requiring 3d-secure authentication we receive the following generic error: ``` { "stripeErrorCode": null, "declineCode": null, "localizedMessage": "There was an unexpected error...

question
ios