stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
Hi all. We currently have a bug happening on Android only. After using `confirmPaymentMethod` on a payment, the 3DS screen is brought up. If instead of confirming / denying the...
**Describe the bug** When opening the payment intent sheet via `presentPaymentSheet` and dismissing (clicking outside the modal) after tapping add new card it returns the incorrect payment method when `applePay`...
## Summary We can no longer make calls with the Stripe API client if it hasn't been initialized yet. Applies the same to the `STPPaymentHandler` on iOS ## Motivation This...
**Describe the bug** If the project is created, and we forget to call `initialize` or create the `StripeProvider` context, android fails silently and never rejects the promise when using `PaymentSheet`...
**Is your feature request related to a problem? Please describe.** PaymentSheet can't be hidden when using analytics / Real Time User monitoring w session replay. Analytics provider such as LogRocket...
**Describe the bug** Importing dependencies from @stripe/stripe-react-native causes app to crash on Expo managed workflow - web. **To Reproduce** Steps to reproduce the behavior: 1. Create new expo managed workflow...
On the checkout page, after the following promises: await fetchpaymentsheetparams() await initPaymentSheet() once the promises resolves, customer has an option to choose payment option where they can enter a new...
**Describe the bug** Keyboard cannot be closed by tapping away from the screen. I've programmatically called Keyboard.dismiss() however this works for other inputs but not for the CardForm inputs. **To...
**Describe the bug** When initializing the payment sheet on Android with a `setupIntentClientSecret` instead of a `paymentIntentClientSecret`, Google Pay does not appear on the Payment Sheet. When a `paymentIntentClientSecret` is...
I'm implementing stripe in my application but one of the requirements is the payment method "boleto" from Brazil, looking in the stripe documentation I see that stripe.js can handle it...