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.** I am using the `paymentIntents.create` with a AWS Amplify GraphQL API to create a paymentIntent as described in the [docs](https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet)....

enhancement

**Describe the bug** In Android, if you try to use the `initPaymentSheet` with `customFlow` activated, the result of the `paymentOption` should be Google Pay because is activated and the `confirmPaymentSheetPayment`...

**Is your feature request related to a problem? Please describe.** We're building a security feature in our app where we require members to re-enter the CVC of chosen payment method....

enhancement

**Describe the bug** In the Flutter Stripe lib we got the following issue **To reproduce:** Works on Android. Throws on iOS. ```dart await Stripe.instance.confirmSetupIntent( 'paymentIntentClientSecret', PaymentMethodParams.cardFromMethodId( paymentMethodData: PaymentMethodDataCardFromMethod( paymentMethodId: 'paymentMethodId',...

ios

**Is your feature request related to a problem? Please describe.** One of our users requested a listing method for the FPX payment method so that it can integrate its own...

enhancement

**Describe the bug** The country "France" doesn't appear in the available countries list in the Klarna payment method type. **To Reproduce** and backend code: **Smartphone (please complete the following information):**...

bug
ios
In progress

promptpay is not supported right now. Please update this important feature for mobile.

## Summary This PR adds support for bacs debit payments References: - iOS example: [BacsDebitViewController](https://github.com/stripe/stripe-ios/blob/master/Example/Non-Card%20Payment%20Examples/Non-Card%20Payment%20Examples/BacsDebitViewController.swift) - Android example: [BacsDebitPaymentMethodActivity](https://github.com/stripe/stripe-android/blob/master/example/src/main/java/com/stripe/example/activity/BacsDebitPaymentMethodActivity.kt) ## Motivation The `confirmPayment` function was returning `This paymentMethodType is not...

**Describe the bug** When using the finalize payment on server integration method, [https://docs.stripe.com/payments/finalize-payments-on-the-server?integration=paymentsheet](https://docs.stripe.com/payments/finalize-payments-on-the-server?integration=paymentsheet) There is a bug that appears on android - After the user enters an incorrect card details...

**Describe the bug** Upon adding the stripe-react-native library to my project the build now fails. When i try to run the build from either my xcode workspace project or from...