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.
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!