开发者

creditcard payment implementation in Android application [closed]

开发者 https://www.devze.com 2023-01-28 16:03 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.开发者_如何转开发

Improve this question

I want to implement credit card payment process in my android application. There is a form in my application. User will enter his card information and on submission the service will verify and accept or reject the card. I have no idea if there is any API or a tutorial available in android. Please help me if someone knows how to do that.

//Zeeshan


I would look for any type of REST or web-based API. Here's for example some of the vendors providing such APIs. Then, after you harvest information from the form you generate call using something like HttpClient to such API and you can be sophisticated enough to make it appear as call is coming from the desktop browser (if it is a requirement). Then you capture a response, parse it and present to the user

0

精彩评论

暂无评论...
验证码 换一张
取 消