1
votes

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?

1

1 Answers

0
votes

if you are using flutter WebView then i recommend you do the checkout process in WebView and return that from order id etc from your website.