You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (flutter-stripe/flutter_stripe#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 (flutter-stripe/flutter_stripe#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!
The text was updated successfully, but these errors were encountered: