There are lots of ready-made Flutter integrations for different payment processors for the two mobile platforms, but I can't find any that support web. Is that because there are none?
So far I've been looking at:
https://github.com/Techie-Qabila/stripe_api - which seems to be out of date. I'm also seeing this question asked a bunch of times over the last few months.
Looking for any suggestions on how to accept payments in Flutter Web.
Accept payments with Flutter Web
864 Views Asked by Eight Rice At
2
You'll need to investigate & ask this of the maintainers of the various community libraries offer Flutter plugins, whether they can target web in addition to Android/ios. In particular this one appears to support web and includes an example.
Short of that, you can try using WebViews and Stripe.js as a workaround.