manao
manao

Reputation: 328

Payment process in WebView(Android)

I have a web address for the payment gateway (where I need to enter credit card number, etc.). Can I open this page using WebView and make a payment directly into my application? Without opening separate web client like chrome? Does google has any restrictions or security rule on the publication of application, where the user enter his credit/debit card information directly into WebView?

Upvotes: 6

Views: 5886

Answers (1)

radu_paun
radu_paun

Reputation: 2140

You can open your payment page in a WebView in Android without any restriction. I'm using this method in few apps, for few years now, and I didn't had any problem so far.

But on iOS, there are some restrictions. You can't sell digital goods from a WebView that can be used in the app.

Upvotes: 2

Related Questions