I want to integrate ccavenue payment gateway into my flutter app. As there is no package available for this now, I'm planning to implement this in a webview. Can anyone share an example to show how to implement ccavenue with webview in flutter?
Are there any issues if I use this method while building ios application?
How can we get the return data (reference id) back from the payment gateway if I use webview?