Questions tagged [google-checkout]

Online payment processing service provided by Google

Google Checkout is an online payment processing service offered to people who have a Google Account.

Users store their credit or debit card and shipping information with Google Checkout to help facilitate purchasing at participating online stores with a click of a button.

Other online payment methods include:


Retirement in November 2013

Google has announced this API's retirement in November 2013. For more details, and information on alternative options (e.g. Wallet API for Online Commerce (also known as Wallet Instant Buy) and Wallet API for Digital), refer to the official announcement.

Additional information can also be found in Merchant Help.


369 questions
1
vote
1 answer

PayPal / Google Checkout or Alternative HELP?

I am exploring options to enable a checkout on a website for a friend. The requirements for the checkout are seemingly simple. The product in question can be viewed here: http://www.cedartimemachines.com/CCB.html I have worked with PayPal and Google…
Daniel
  • 11
  • 3
1
vote
1 answer

Google Checkout is timing out

I working on a Satchmo site that uses Google Checkout. I've resolved the SSL issues I was having, but the Google integration console is still giving me the following error: "We encountered an error trying to access your server at…
Seán Hayes
  • 4,060
  • 4
  • 33
  • 48
1
vote
1 answer

Adobe air native extensions / Google Checkout

Is it possible to use Adobe AIR 3.0 Native extensions to interface with Google Checkout so in-app purchase can be made? If so: has anyone tried this? If not: why not? Thanks in advance
user385762
  • 581
  • 2
  • 6
  • 16
1
vote
0 answers

flurry, in-app purchases, google checkout in PHONEGAP

I want to know that can we use following things in Phonegap. · in-app purchase, · flurry, · Google Checkout and · Any other integrations. We need the info for Android and iOS both. Thanks
Mudaser
  • 17
  • 4
1
vote
0 answers

Google Pay Button Not Rendering On The Checkout Page Of Payment Link Of Stripe

I'm using Stripe's Payment links, and I've activated the Google Pay and Apple Pay button but it's not showing on the checkout page. I activated both buttons; Google Pay and Apple Pay, but they are not showing on the main checkout page. There is also…
1
vote
1 answer

Google Checkout and App Engine

I've followed the Order Processing tutorial to receive and handle order notifications in my GAE application from Google Checkout. Everything works OK in the sandbox environment. I can send a fake order and the app gets a notification and handles…
charisk
  • 3,190
  • 2
  • 24
  • 18
1
vote
2 answers

in app purchase android with adobe air

I need to write an app for Android with Adobe AIR with payments capabilities. So I want to give user ability to buy some products in application. In iOS - there is In App Purchase, in Android - Google checkout. So the question is: can I use google…
yozhik
  • 4,644
  • 14
  • 65
  • 98
1
vote
1 answer

Google checkout callback can't seem to reach https server

I am trying to implement Google Check out (GCO) on a new server, the process seemed to work fine on the old server. The error from GCO integration console is the timeout error you might expect if there is load on the server and/or the response takes…
Stuart Palmer
  • 191
  • 1
  • 1
  • 11
1
vote
1 answer

Unable to make Digital Product in Google Checkout using java api

This is how I create my product for Google DigitalContent dc = new DigitalContent(); dc.setEmailDelivery(true); dc.setDisplayDisposition("OPTIMISTIC"); Money money = new…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
1
vote
1 answer

Google Checkout: Get shipping rates

Is it possible to query Google for shipping rates based on the shipping options set on the site? I.e. UPS, USPS, etc.? For example, before checking out with Google Checkout, it'd be nice to show the shipping rates that come from those services…
StephenPAdams
  • 2,797
  • 2
  • 30
  • 49
1
vote
1 answer

Problem with Google Checkout Subscription

I am trying to create a subscription in Google Checkout. The subscription is created but it charges at the end of the period not the beginning. I admit that I only waited a few hours to make sure it was going to charge, so if i just need to give…
James Helms
  • 871
  • 1
  • 9
  • 19
1
vote
3 answers

Buy ecommerce on web mobile

I have an iphone app and android app which are ecommerce "shops" In these apps, I want to create a "web" view to enable the user to buy my products (i.e. clothes, ...) via Paypal web-mobile or Google Checkout web-mobile Am I going against the terms…
pug
  • 33
  • 3
1
vote
1 answer

Managing inventory with off site payment systems

I am building a site that sells tickets. I am processing payments through third party payment processors, google checkout. Currently I am limiting purchase time on google checkout to 10 min. If they take longer, the tickets reopen and other users…
Lumpy
  • 3,632
  • 4
  • 34
  • 58
1
vote
1 answer

Using one Google Checkout Button for multiple products

I'm wondering if anyone using Google Checkout has found a way to use one 'Add to Cart' button to add multiple items with different titles and prices. In short, what I'm looking to do is, on a website with a non-customized Google Checkout system…
CodeRedd
  • 283
  • 1
  • 4
  • 14
1
vote
1 answer

How to link Android Developer merchant account to an existing Google merchant checkout account

I would like to know how can I link an Android Developer merchant account with an existing Google checkout account. During the creation of the Android Developer merchant account, I only see the option to create a new google checkout account - I…