Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google wallet integration in android app

I am in way to develop an android app in which we can open google wallet for payment through credit card etc.

I want to integrate google wallet in my android app to launch on a button click.

Here is my scenario:

I have to options one is Payment through credit card to another user account like money transfer and payment on purchase of any item.

Second is payment through online banking.

Can we use google wallet for the above functions?

like image 469
Ricky Khatri Avatar asked Jul 10 '13 05:07

Ricky Khatri


People also ask

Does Android have a Google Wallet?

Give users fast, secure access to everyday essentialsWith Google Wallet, your customers can tap to pay everywhere Google Pay is accepted, shop with loyalty cards, board a flight, and more, all with just their Android phone.

Does Google have a wallet app?

Safe, simple, and helpful. Download Google Pay on your Android and iOS devices.

Has Google Wallet replaced Google Pay?

The Google Pay app is now the Google Wallet app. This change is to simplify how you store and use cards and passes. Google Wallet is a secure and private digital wallet that gives you quick access to payment cards, passes, tickets, keys, or IDs that you choose to store on it.


1 Answers

The short answer is no, you cannot use Google Wallet on Android for third party money transfers. A Google Wallet transaction on Android can only take place between you (the merchant) and an user (the buyer).

Google Wallet is available on Android in two flavors.

In-app Billing - used to sell digital goods:

http://developer.android.com/google/play/billing/index.html

Instant Buy for Android - used to sell real goods and services:

https://developers.google.com/commerce/wallet/android-overview/

like image 94
Mihai Ionescu Avatar answered Sep 19 '22 09:09

Mihai Ionescu