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

SimpleXML xpath directing (Google Checkout)

Integrating the google checkout response into simplexml so i can pull the data and save it, but for the annoying reasons can't seem to pull the data out. Trying to get the item names Bridges: Liquids and Gases, Bridges: Habitats of…
0
votes
1 answer

get value return in google checkout

I am working with google checkout and currently working at sandbox environment. I have used Paypal and i thought google checkout should work like the same. but i wonder that google checkout is not posting back the HTML form field on return URL and…
bipin
  • 1
  • 1
0
votes
1 answer

Google Checkout - Force callback URL API post

I'm building a Magento cart and we set up Google Checkout and went live and unfortunately I was unaware of the 'API Callback URL' setting on the Google side and didn't have that filled in until now. So now we have a few orders that went through and…
Chris Forrette
  • 3,194
  • 2
  • 28
  • 37
0
votes
1 answer

Google Checkout Sandbox not working

I have created sanbox merchant account in google checkout but when i have submitted this form i got this error message " Oops! Bilal has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem. As…
user493619
  • 173
  • 1
  • 4
  • 15
0
votes
1 answer

Has anyone been able to get recurring payments working with Google Checkout?

I'm working with a non-profit who has been given a grant by Google that removed the 2.9% fee that Google Checkout applies to each charge that uses the service. Because of this we are looking to it as a primary candidate for an upgrade of our…
evanmcd
  • 1,967
  • 3
  • 32
  • 52
0
votes
1 answer

google code check out

Trying to get a local copy of mytracks from: mytracks google code source I have installed Tortoise SVN but it's throwing the error: error server sent unexpected return value (405 method not allowed) I have no idea what to do with this, can anyone…
Ranger
  • 653
  • 3
  • 7
  • 11
0
votes
1 answer

simple xml problem/google checkout... bozo

Hey guys im feeding a curl response into a simple xml object. $xml = simplexml_load_string($redirect); $xml.asXml() gets me this ->
jr3
  • 915
  • 3
  • 14
  • 28
0
votes
2 answers

How do I add order information from Google Checkout into my database?

I have implemented Google Checkout sandbox for testing buy button which successfully allows user to place their orders. I want to add order of Google Checkout sandbox to my database by using asp.net. Can anyone tell me how can I implement this…
Aman
  • 215
  • 4
  • 14
0
votes
1 answer

Google check out notifications

HI, I need to get back the serial number or any unique value therefore if any transaction process got over or cut between the user and google checkout am using only the HTML and python for storing the data database .I read the api call but iam…
Nimmy
  • 5,051
  • 7
  • 33
  • 32
0
votes
1 answer

question on google checkout merchant private data

I'm integrating the sample code I want to enable merchant-private-item-data,so that i can pass the userid,period and attribute I'm not able to understand how do i do it . My googlecheckout button appears here as given…
mark rammmy
  • 1,478
  • 5
  • 27
  • 61
0
votes
1 answer

Cannot Access Google Checkout API with curl

I'm trying to get some reports from google checkout. Following: http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=70646 and http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Order_Report_API.html Using…
hunterp
  • 15,716
  • 18
  • 63
  • 115
0
votes
1 answer

Send custom instructions (or fields) to Google Checkout

Is there a way to add a "Notes" or "Delivery Instructions" field to a Google Checkout post? I'm using the Custom Cart HTML API and it's worked out great so far except that I want to include a section for the buyer to add notes about the delivery.
Josh K
  • 28,364
  • 20
  • 86
  • 132
0
votes
1 answer

Android app payments now charged after 10 hours instead of 24 hours?

Anyone else notice Google Checkout now initiates charges for Android apps after 10 hours instead of 24?
Mark
  • 7,446
  • 5
  • 55
  • 75
0
votes
2 answers

Google Checkout: Offering Multiple Options when Adding to Cart

I'm using Google Checkout with a Merchant Account and I'm having difficulty with the Add to Cart code when I try to have multiple options for one product. Specifically, I want to sell **Paint** and give customers two options: **Size** (5-gallon,…
0
votes
1 answer

Handling a return from Google Checkout

I need to capture server side a notification of a users payment. I've gone through a good majority of the documentation with no luck, but will go through it again. Is there a way to enable a "return to site" after they complete the order?
Josh K
  • 28,364
  • 20
  • 86
  • 132