Reputation: 674
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 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.
Upvotes: 0
Views: 2613
Reputation: 1157
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)
Upvotes: 1