3

I have some confusion for Payment getaway integration with flutter. Right now I can't see any pub for officially provide payment integration with flutter. So We have to do by natively and invoke by platform channel. Payment gateway for flutter

But my question is, instead of integrate payment getaway from mobile side. Can we call payment website by using web view and manage success/failure/cancel status by flutter_webview_plugin or not?

Anybody has done by web view?

Govaadiyo
  • 5,644
  • 9
  • 43
  • 72

1 Answers1

0

Right now, there are available plugins in pub that supports payment integration with flutter. Some of the most popular are the following:

Regarding the implementatio of payment gateways using webview_flutter, you can check out this medium post that shows how to integrate Paypal payment gateway with Flutter.

MαπμQμαπkγVπ.0
  • 5,887
  • 1
  • 27
  • 65