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

**Is your feature request related to a problem? Please describe.** When a user completes an apple pay payment by pressing the ApplePayButton, there is no option to disable the button...

enhancement
ios

**Is your feature request related to a problem? Please describe.** The payment sheet button is is labelled: "Pay $xxx". Calling the cta "Pay" is sometimes not applicable (fund, deposit, donate...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, the keyboard type is numeric for all fields except zip code. While some countries have zip codes with letters,...

enhancement

Add please onFocus and onBlur props. Also it would be good to have all props that has CardField. And when do you suppose it will be avilable?

blocked

Is your feature request related to a problem? Please describe. I am using the react native SDK and using the test 3DS card for failures. The failure that is being...

enhancement

**Describe the bug** When using cardField and calling createToken when card number, exp date or cvc are invalid(highlighet in red), createToken always returns message "Card details not complete" and code...

enhancement
P3

**Describe the bug** Keyboard is not opening when tapping outside of the real text inputs (green area). The focus is placed correctly but the Keyboard ain't open. **To Reproduce** Steps...

bug
android

**Describe the bug** When calling `handleCardAction`, if an authentication modal opens for 3D-secure, it is never closed, since no return URL is called. **To Reproduce** Steps to reproduce the behavior:...

bug
ios

**Is your feature request related to a problem? Please describe.** Somewhat yes. It is related to https://github.com/stripe/stripe-react-native/issues/210 **Describe the solution you'd like** I have an expo app using `stripe-react-native`. When...

enhancement
ios

I am developing an app for Japan. I checked this docs https://stripe.com/docs/payments/konbini/accept-a-payment. I need confirmKonbiniPayment method. It would be nice if this method is supported

enhancement