Questions tagged [android-pay]

Android Pay (formerly Google Wallet) is a virtual representation of your wallet securely stored in the cloud. Your payment credentials, coupons/offers, and loyalty cards can then be easily accessed from any device or purchase flow that supports Android Pay.

Android Pay (formerly Google Wallet) is a virtual representation of your wallet securely stored in the cloud. Your payment credentials, coupons/offers, and loyalty cards can then be easily accessed from any device or purchase flow that supports Android Pay.

Please note that while Android In-App Billing leverages Android Pay, IAB questions should be tagged with

542 questions
0
votes
2 answers

Ruby on Rails - How to respond to Google Wallet's post request with the orderId

I'm using Google Wallet and I need to send a response to Google's post request with the decoded order_id. Here is the tutorial I'm following: https://developers.google.com/commerce/wallet/digital/training/getting-started/handle-notif . Google…
d_rail
  • 4,109
  • 32
  • 37
0
votes
1 answer

Recurring Billing with Google Wallet

I have a system that is using Google Wallet as payment processor for clients. Now, the system has a feature that includes monthly subscription and I need to automate the charges for every accounts so the clients will no longer worry on processing…
0
votes
1 answer

NFC with Google Wallet

I came to know about mobile payment, I have Google Wallet with NFC support phone, Now I should develop Merchant machine, What should be the msg send to Google Wallet app via NFC to make mechant's payment done.?
Pasupathi Rajamanickam
  • 1,982
  • 1
  • 24
  • 48
0
votes
1 answer

Sending data to google wallet it is sending response merchant error

I am sending data to google wallet it is giving error error type: merchant_error this is the resource url:https://developers.google.com/commerce/wallet/digital/docs/tutorial#1 function setup() { runDemoButton =…
Hamid
  • 129
  • 1
  • 3
  • 9
0
votes
0 answers

Insert item on app purchase

I have a problem to insert the item to in app billing. I created the apk, inserting in the manifest permissions billing I loaded it in the market (I have not published the app, I put it in alpha) I register for google wallet (given that the checkout…
Lele
  • 703
  • 3
  • 15
  • 34
0
votes
2 answers

getElementById can't find rendered div

I have this in the function for the success handler from Google Wallet (for digital goods): var elem = document.getElementById(div1); I checked with the debugger and the value of the variable div1 is the same as the id of the div that I see with…
ispiro
  • 26,556
  • 38
  • 136
  • 291
0
votes
1 answer

Google Wallet in the United Kingdom

I am developing a website and it accepts payments for membership, paid using Google Wallet. The DEV environment works. The call back function is intercepted, authorised, and the membership is automatically extended as expected. The remotely hosted…
Dan
  • 530
  • 6
  • 22
0
votes
2 answers

How do I track what user made a purchase?

I am coding my website using Codeignitor and MySQL. Users need to create a new account to use my website. Every user has a unique ID along with other information saved in the database. I plan on using an online payment service such as PayPal or…
Colin Hu
  • 189
  • 2
  • 14
0
votes
2 answers

Will my PHP and JavaScript code for selling digital goods still work after Nov 20th?

I am using Google Payment Processing Services for multiple apps, and I am confused as to which I will be able to continue using. With one account I use for a web app (which sells credits for services on a website), I signed up for Google Wallet for…
oliver_siegel
  • 1,666
  • 3
  • 22
  • 37
0
votes
2 answers

Google Wallet - Android Developer Sales Amount Issues

I've been selling apps in Google Play for 3 years. I found out that the sales amount in Google Wallet doesn't match with the amount that I received. The amount shown in "Business insights" for "All time" is 30% more than what I received. I wondered…
Bridges
  • 31
  • 6
0
votes
1 answer

Google Wallet JWT expiration

I'm making my first html5 game with in app purchases using google wallet and java with jsp to generate my jwt token for the purchase. My game operates entirely on a single page, which the end user may be on for a prolonged period of time during…
AC Arcana
  • 366
  • 2
  • 10
0
votes
1 answer

How to create Seller and secret identifier for Google Wallet?

I am trying to create a new seller account so that I can get my seller identifier and secret identifier In the google tutorial , there is a link to "Sign up for Wallet for digital goods (sandbox)".…
panipsilos
  • 2,219
  • 11
  • 37
  • 53
0
votes
1 answer

When using google wallet payments api can a user pre-authorise future transactions?

I am building a webapp which requires users to regularly top up their account. To allow for this I am exploring the google wallet inapp payments api and have got this working fine. However, I would like users to be given the option to auto-top up…
user714852
  • 2,054
  • 4
  • 30
  • 52
0
votes
1 answer

google wallet success callback

I am going through this tutorial. I want to redirect the page on successful payment using the success handler but I also want to be sure that the payment was successfully processed, which happens by a post back, explained here I am not sure how to…
Sap
  • 5,197
  • 8
  • 59
  • 101
0
votes
2 answers

Google Wallet Getting customer email address

Google Wallet for Digital Goods - I'm implementing it. There seems no way to get the customer's email address. I'd like to get that - so that some info can be mailed to it etc. p.s. this is in reference to the POST callback once a transaction is…
dashman
  • 2,858
  • 3
  • 29
  • 51