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?