Payment APIs in android
Is there any google payment APIs for android like we are having "paypal" ? And I want to implement credit card payment process in my android application. There is a form in my applicatio开发者_运维问答n. 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.
You might consider the Temboo Android SDK, which provides normalized access to a large number of APIs. It includes modules for interacting with both Stripe (https://www.temboo.com/library/Library/Stripe/) and PayPal (https://www.temboo.com/library/Library/PayPal/ProcessDirectPayment/)
The SDK is an open download, which you can grab at https://www.temboo.com/download although you'll need a (free) Temboo account to do anything with it.
(Full disclosure: I work at Temboo)
精彩评论