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
1 answer

Google Wallet - where's the merchant admin site

Looking into Google Wallet for Digital Goods. Signed up for a sandbox account. Using Google's sample online demo, I can make purchases. But where's the place where merchants can view all the orders. I found a link at sandbox.google.com/checkout -…
dashman
  • 2,858
  • 3
  • 29
  • 51
0
votes
1 answer

Google Wallet for digital goods - building the tutorial

So I'm working on getting Wallet for Digital Goods going and running into a few problems getting a Java sample up and running. Problem #1 - I was trying to build jsontoken package and it references other packages and therefore the problem.…
dashman
  • 2,858
  • 3
  • 29
  • 51
0
votes
1 answer

Missing Google App Engine receipts in Google wallet

Since the end of April I seem to be missing receipts for my Google App Engine projects in Google Wallet. These seem to be the smaller values, anyone have any ideas why that should be?
0
votes
1 answer

Callback after "cancel entire order" in google web based in-app-payments

We're using Google In-App Payments for Web Apps Everything works fine for payment. But we are trying to automate the refund process. We use "cancel entire order" in checkout.google.com/seller order page But we seem to receive no callback for the…
Ralph Yozzo
  • 1,086
  • 13
  • 25
0
votes
2 answers

Google Checkout And Node

Is There A Pre Existing Node.js Module For Using Google Wallet/Checkout So I Don't Have To Make The JWTs Myself But Just Plugin The Product Info?
Ari Porad
  • 2,834
  • 3
  • 33
  • 51
0
votes
1 answer

Shipping in Magento and Google Checkout based on location

I integrate Google Checkout into Magento store (1.7.0.2). And i have one big problem. I want to charge costumers for shipping based on their location. For example: UK shipping: Free / EU shipping: 7 euro / WORLD shipping: 12 euro Now when i click on…
A.M.
  • 67
  • 3
  • 13
0
votes
1 answer

Ensuring no one but Google Wallet can place successful callbacks for in app purchases

I plan to use Google Wallet (in-app purchase) to sell subscriptions to my Web based application. Wallet calls my server back (based on the JWT) that my server generates. As part of my callback implementation I want to double make sure that no one…
Devraj
  • 3,025
  • 24
  • 25
0
votes
1 answer

Can I use Google Wallet for digital goods API to process payments in the background?

https://developers.google.com/commerce/wallet/digital/ The pricing model is very attractive, but I want to use my own payment forms. Is there currently a way to pass the buyer's credentials from our forms to the API for background processing, or…
0
votes
2 answers

Android in-app billing - available in Canada?

Every time I try to enable it in the play store, nothing happens and the page just reloads. I have tried adding a merchant account, but only UK and US were options. I'm pretty sure I read that Canada can have in-app billing, so what can I be doing…
StackOverflowed
  • 5,854
  • 9
  • 55
  • 119
0
votes
1 answer

How to pass already calculated tax total to Google Checkout HTML API

I have a cart system that deals with selling alcohol and there are very specific tax rules for each item when selling in my state. I want to use Google Checkout but I am unable to just pass the tax amount, instead, I can only find where Google wants…
Greg Alexander
  • 1,192
  • 3
  • 12
  • 25
0
votes
2 answers

Align to the left google wallet logo

In my website http://www.theprinterdepo.com, left bottom, I have the google wallet logo. I rendered this logo with the code they provided, however I cant align it to the left. I tried style align left in the div they provided but it looks like the…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
0
votes
1 answer

Does Google Wallet offer an API for generating Virtual OneTime Cards for use by 3rd party commerce platforms?

A client of mine has a very interesting use case: Enabling consumers to be issued a temporary one-time use debit card number for purchasing goods on 3rd party retailers. Think pinterest for shopping, enabling one to ping goods from 3rd party…
zealoushacker
  • 6,766
  • 5
  • 35
  • 44
0
votes
1 answer

Google Checkout Subscription payment not happen (daily, monthly or yearly)

I integrated PayPal and Google checkout subscription payment to a site. PayPal is almost fine and i received subscription payment. However i have a problem with Google checkout. Example: - I created a subscription payment with $1 (daily…
mugzi
  • 809
  • 4
  • 16
  • 33
0
votes
0 answers

Google Checkout - getting only first order-state-change-notification

I have implemented GC response handler for my application. Everything works fine when testing it in sandbox on dev server. Log says that we get the following notifications, one by one: new-order-notification …
Bogdan Burym
  • 5,482
  • 2
  • 27
  • 46
0
votes
1 answer

Can Google Wallet charge credit cards via Server Side code?

Can I charge credit cards via server side code -only- to Google Wallet (eg. via an HTTPS POST?) If so :- Any links to this API? Can they accept transactions from $1 <-> $10 (ie micropayments). So far, all I've read is that Google wallet requires…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647