stripe / stripe-react-native

React Native library for Stripe.
https://stripe.dev/stripe-react-native
MIT License
1.26k stars 260 forks source link

SEPA, Ideal, Sofort support with Payment Sheets and SetupIntents #1503

Open deni1688 opened 1 year ago

deni1688 commented 1 year ago

Is your feature request related to a problem? Please describe. We have a mobility app where we allow the user to add multiple payment methods and pay invoices.

For payment method setup we have to use a custom flow since the existing payment sheets don't seem to support payment methods such as SEPA, IDEAL and Sofort when a setupIntent is passed instead of a payment intent. It works fine when used with payment intents.

Describe the solution you'd like Optimally we would like to use the payment sheet with setup intent and not have to use our own inputs. The setup flow should work exactly like the payment flow just without a charge.

Describe alternatives you've considered Currently we use custom components and the functions provided by the library to setup SEPA. It diverges quite a bit from the flow the user is used to when paying invoices and makes adding new payment methods to the setup flow more involved.

YuriOlepir commented 2 weeks ago

Hello, I am faced with the same case, any updates or solutions?