stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
**Describe the bug** Can't use [merchant tokens](https://developer.apple.com/apple-pay/merchant-tokens) by setting the `request` with its type set to `PaymentRequestType.Recurring` as describe here : https://docs.stripe.com/payments/accept-a-payment?platform=react-native&mobile-ui=payment-element#add-apple-pay It is throwing the error: ``` Error: {...
I have created a react-native project having following dependencies: "react": "18.2.0", "react-native": "0.73.1", Now I am trying Stripe Payment Integration in this project. For this I have installed the node...
Hello! I see this flag `allowsRemovalOfLastSavedPaymentMethod` is already added to the IOS and Android, are you planning to add this for the stripe-react-native? It is highly necessary to prevent users...
**Describe the bug** On iOS and Android, starting from 0.36.0, in a payment flow with customFlow: true, the return payload of `presentPaymentSheet().paymentOption.image` is either a placeholder or a blank image...
"@stripe/stripe-react-native": "0.36.0", "react": "18.2.0", "react-native": "0.72.6", having an above configuration in the project but if you open the payment sheet and then close the sheet or close the sheet by...
## Summary - created a new function "updatePaymentSheet" which updates the intent config info (e.g. amount) after payment sheet is initialized ## Motivation updating payment sheet intent config, is needed...
**Is your feature request related to a problem? Please describe.** there is a need to update payment details "intentConfiguration" block after calling initPaymentSheet. the feature already exists in android and...
**Describe the bug** If the user closes the payment sheet once, reopens the payment sheet, and then attempts to pay with a card that requires 3d secure authentication, the `presentPaymentSheet`...
Good morning, An already existing problem but no functional solution on my side. The different steps carried out: 1. Adding a card via a setupIntent which returns me a “client_secret”...
I'm using "@stripe/stripe-react-native" version 0.35.1. I want to add `implementation 'com.stripe:stripe-android:X.X.X'` in `app/build.gradle`, but I don't know which version is suitable. When I use the latest version of stripe-android (`implementation...