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
0
votes
2 answers

Google Checkout API - Connect order with notification?

Using the Google Checkout XML API, is it possible to connect an order you send to Google Checkout to an order Google Checkout notifies you about? Right now, I can send an order to Google Checkout, and I can get notifications from Google that an…
hookedonwinter
  • 12,436
  • 19
  • 61
  • 74
0
votes
1 answer

Form POST returns 302 from within Joomla, works great outside

I have a form that submit a shopping cart to Google Checkout. The form works great on it's own, but when I put it inside of Joomla (using a content-type of wrapper), Google Checkout throws a 302, and the form page is loaded again. As I was writing…
hookedonwinter
  • 12,436
  • 19
  • 61
  • 74
0
votes
2 answers

Google Checkout - Redirect Page parameter in XML API?

The PayPal API has what's commonly referred to as a "Thank You page" -- basically a redirect page, after the user's gone through the Google Checkout process. What is the equivalent parameter to pass this value to via Google Checkout's XML API? (I…
ina
  • 19,167
  • 39
  • 122
  • 201
0
votes
1 answer

bank account error google checkout

I added my dev account to my personal email and i want to change it to my company email...how to do this? Second: I used google checkout when first released and added scottrade account to google checkout. I let it go and never verified. No account…
0
votes
1 answer

Submitting merchant defined shipping options using Google Checkout direct submission

Is it possible to set the shipping options in Google Checkout without using the server-server submission option? I'm trying to keep this checkout process as simple as possible (mostly because I do not fully understand the server-server API…
hookedonwinter
  • 12,436
  • 19
  • 61
  • 74
0
votes
1 answer

How can I have Google Checkout charge a subscription every 2, 3 or more years (longer-than-yearly)? Can PayPal do this?

Is it possible (and, if so, how) can I have Google Checkout charge someone for a magazine subscription every 2 years (or 3 years or 5 years). The idea is someone pays for a 3 year subscription in 2010 and then is billed again for the next 3 years in…
Ari
  • 1
0
votes
2 answers

What fields are needed for Google Checkout?

What are the fields to be taken for Google Checkout? Can anybody show me Google Checkout form both in user and admin side?
0
votes
2 answers

Google Checkout, OpenId, and downloadable products

I going to use Google Checkout to process orders to purchase downloadable content. When the order process is completed via Google Checkout I'd like for the user to be able come back to my site, authenticate using their Google credentials (OpenID?)…
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
0
votes
2 answers

Google Checkout View Cart Button

I'm trying to add a view cart button to my website that is using google checkout, does anyone know a trick to do this? I think I may need to use a special div with a class to create a button that will display the cart when clicked, I'm lost. Thank…
Landmine
  • 1,759
  • 6
  • 39
  • 60
0
votes
2 answers

ASP.NET small online store, shopping cart

Currently I have a site that is using Google Checkout's mini cart system and I like it a lot, however, I'm wondering if there is a more professional way of doing it, while still keeping it simple. I've looked into an authorize.net account, but I…
Landmine
  • 1,759
  • 6
  • 39
  • 60
0
votes
1 answer

Using Google Checkout, can I add items to the cart with text links?

Demo here using buttons http://checkout.google.com/seller/gsc/v2/demo/index.html I want to use, if possible text links in place of input buttons.
Landmine
  • 1,759
  • 6
  • 39
  • 60
0
votes
1 answer

Magento - Buy it now buttons and checkout process

Hey everyone! I was hoping to start using Magento for a very simple checkout landing page. I have a few questions regarding the capabilities of Magento: 1) I don't actually want to use the 'add to cart' button but rather a 'buy it now' button. So…
kimbee31
  • 1
  • 1
  • 2
0
votes
3 answers

Flex: Security error trying to access Google Checkout

I'm trying to integrate a Flex app with Google Checkout and code that runs fine on my local machine is throwing a Security Error when I test on my site. Here's the error: Warning: Failed to load policy file from…
JLeonard
  • 8,520
  • 7
  • 36
  • 36
0
votes
2 answers

is there any free Google checkout extension in magento?

is there any free Google Checkout Extension or Plugins or Widgets in Magento or what is the simplest way to integrate Google Checkout in Magento?
saravankg
  • 909
  • 1
  • 10
  • 21
0
votes
1 answer

HTTP Basic Authentication

http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=70647 Only accept messages that are authenticated by HTTP Basic Authentication, using your Merchant ID and Merchant Key as the username and password. Any idea on how to set…