-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Web] retrievePaymentIntent + handleNextAction #1746
Comments
@remonh87 Is there a plan to support these functions on Web? |
@guidotheelen we have lmited capacity so we divide our time based on following:
Above are definitely something I want to implement but no ETA on this yet |
@remonh87 If I were to contribute to the development of these features, could you shed light on the complexity involved? I'm uncertain about the level of complexity I might encounter. |
@remonh87 I'm figuring out how much work would be needed to get complex payment flows to work on Flutter Web. |
@guidotheelen Ideal is working on the web through the webelement. The same goes for 3DS and Giropay. See for example: https://docs.stripe.com/payments/ideal/accept-a-payment?web-or-mobile=web&payments-ui-type=elements . If things are not working let me know |
I would recommend take a look at the latest dev version of https://pub.dev/packages/flutter_stripe_web where we are using the new jsinterop from flutter. See branch |
@remonh87 What do you mean by: "working on the web through the webelement"? Render a HTML/JS page within Flutter Web and process the payment from there? |
I have a pr opened (#1881) where I have added the methods needed for a deferred payment flow, these including retrievePaymentIntent and handleNextAction. |
I need the
retrievePaymentIntent
andhandleNextAction
functions implemented for Flutter web to enable Giropay and 3Ds credit card payments.Or are there any other solutions / workarounds at the moment?
The text was updated successfully, but these errors were encountered: