stripe / stripe-react-native

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

Any plans to support Blik payments outside of hosted checkout page? #1745

Open kissbudai opened 1 month ago

kissbudai commented 1 month ago

Is your feature request related to a problem? Please describe.

I have integrated Stripe using my own custom payment UI and am not using the hosted checkout page. I want to add support for Blik payments, but I can't find a way to confirm the payment intent with the current SDK. I'm coming from the flutter SDK, where seems that the only option would be to use the hosted checkout page (https://github.com/flutter-stripe/flutter_stripe/issues/1505).

Describe the solution you'd like I'd like the ability to confirm Blik payment intents manually via the SDK, similar to how it's done in the native Android/iOS SDKs, as described in the documentation.

Describe alternatives you've considered

Thank you very much!