stripe-react-native
                                
                                 stripe-react-native copied to clipboard
                                
                                    stripe-react-native copied to clipboard
                            
                            
                            
                        React Native library for Stripe.
Hi, I am using the `` component but I have issue with it.. I fill all the data (card number, expiration date, cvc) and when i finish (the cursor is...
**Describe the bug** Android builds fail because of an annotations error. I am migrating a react-native project to a monorepo managed with nx. It seems like a misconfiguration related to...
Hi all, I can't sure if this question should be asked to Stripe, but would appreciate someone else help.... On August 4th, my app has been successfully approved by Google...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Support custom font families (e.g., those imported with [useFonts](https://docs.expo.dev/guides/using-custom-fonts/))
## Summary allows merchants to confirm a payment intent that has had the payment method attached on the server side ## Motivation closes https://github.com/stripe/stripe-react-native/issues/614 ## Testing - [x] I tested...
**Describe the bug** Right now the SDK is expecting a type along some other parameters. If when a payment method is created on the server, a payment method is already...
Is it possible to change the cursor color (selectionColor), and the color of the "Done" button when selecting a country using Payment Sheet? "react-native": "0.67.4", "@stripe/stripe-react-native": "^0.16.0", iPhone 13, iOS...
**Is your feature request related to a problem? Please describe.** I want to reduce the amount of fraudulent cards attached to customers by requiring the full billing address to be...
**Describe the bug** On Android only the method `confirmPayment` always returns error messages in english. Returned object: `{"code": "Failed", "declineCode": null, "localizedMessage": "The provided PaymentMethod has failed authentication. You can...
Hi, I've succesfully implemented Apple Pay with this flux: 1. presentApplePay to obtain paymentMethod 2. server side call using the paymentMethod to obtain the clientSecret 3. confirmApplePayPayment using the clientSecret...