Accept payments with Flutter Web

865 Views Asked by At

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.

2

There are 2 best solutions below

3
On

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.

0
On

I've not found a good all in one solution for iOS, Android & Web that can

  1. Accept digital payments on all platforms correctly (using IAP and Web solutions)

  2. Accept physical payments (bypassing Apple/Android iAP)