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

Magento & Google Checkout & Tracking

I am attempting to integrate an afilliate network with my Magento shopping cart. I am using Google Checkout so i need to modify app/code/core/mage/googlecheckout/model/api/xml/checkout.xml in order to pass some tracking info to Google Checkout. So…
a1anm
  • 1,617
  • 11
  • 45
  • 78
1
vote
1 answer

C# example for Google Checkout replies?

Possible Duplicate: C# and Google Checkout - getting the reply back from the server? Sorry for the re-post but this question seems to be a bit of a "white whale" for me. I simply can't find any C# examples of how to handle the transaction reply…
Unknown Coder
  • 6,625
  • 20
  • 79
  • 129
1
vote
3 answers

google checkout to accept payments abroad uk

I have a google checkout account. But its not accepting payments from abroad UK. did google checkout can be used to accept payments abroad UK. If that is possible then where does I need to change the setting to accept payments from almost all…
Rahul TS
  • 1,208
  • 7
  • 26
  • 53
1
vote
0 answers

Google checkout integration with .NET

I'm trying to use server to server XML API for google checkout with c#.net 3.5. I'm getting the following error when I try and post my URL "The remote server returned an error: (400) Bad Request." even though I'm sure I've followed their…
Matt B
  • 741
  • 3
  • 10
  • 17
1
vote
0 answers

Google Checkout reports error to user but not admin

I'm using the following to generate a Google Checkout: echo '
'; while ($row =…
YsoL8
  • 2,186
  • 5
  • 29
  • 47
1
vote
1 answer

Digital Content and Google Checkout

I have integrated Google Checkout to my payment system with the use of php code provided on the Google Official site. Now I need to add Digital Content to the Cart. I have checked the Cart and couldn't find any direct function or example for…
Web_Developer
  • 1,251
  • 2
  • 18
  • 34
1
vote
2 answers

Is there an API to export completed Google Checkout orders?

I've Googled this a 100 times, and I must be looking in all the wrong places, or looking up the wrong terms. I just don't know. Basically, in my Google Checkout inbox, I can see all my customers' orders: Chargeable, Canceled, Charged, etc. I can…
Ben Mc
  • 2,038
  • 6
  • 30
  • 37
1
vote
1 answer

Google Checkout suddenly returns: 'GCheckout.XmlSerializers' failed to load'

I am suddenly experiencing an intermittent error using the Google Checkout ASP.NET control "GCheckout." It is on the first line of code shown below: XmlSerializer Ser = new XmlSerializer(ObjectToSerialize.GetType()); //ObjectToSerialize is a…
Chad
  • 23,658
  • 51
  • 191
  • 321
1
vote
1 answer

Magento : Converting currency before sending data to Google Checkout

I have a magento site with base currency in USD and Google Checkout in GBP. Google Checkout: The currency used in the cart must match the currency of the seller account. You supplied a cart with USD and the seller account is associated with…
1
vote
2 answers

Google checkout integration with asp.net mvc4

Im looking for the way to do the integration of my shopping cart with a payment way. I want to do with Google Checkout and I'm using Asp.net MVC4 C#. Any tutorial or idea for implement that?
1
vote
1 answer

Google Checkout Order Report API -> Google Wallet analog?

I used Google Checkout API for getting subscriptions reports every half an hour. https://checkout.google.com/api/checkout/v2/reports/Merchant/ (https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Order_Report_API) Our company…
1
vote
2 answers

net/http and posting data to Google Checkout

I'm trying to post form data to Google Checkout using the following code: x = Net::HTTP.post_form(URI.parse('https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/[merchant_number_here]'), @params) When I attempt to submit using this…
Kevin
  • 11
  • 2
1
vote
1 answer

Shopping Cart: Paypal OR Google Checkout options working but not BOTH

The problem is that I have a complete working shopping cart but it's not coded for BOTH Paypal and Google Checkout, it's coded for one or the other. Demo of shopping cart set to Paypal checkout: http://shoppingcart-bthub.blogspot.com/ The…
Loop
  • 355
  • 2
  • 14
1
vote
0 answers

Using google cart gadget locally

You might be aware that google checkout is closing in Novemeber, and rather than spending hours writing a new cart I'm hoping it's possible to move the google cart gadget to local... I have it running on jsfiddle http://jsfiddle.net/4SVRx/5/ But as…
jim smith
  • 2,394
  • 5
  • 29
  • 35
1
vote
0 answers

Google Wallet Subscriptions Error 500

i have implemented the Subscriptions flow using the java library jsontoken, but am getting an error 500. happen in the sandox and production. any idea why it is? this is the error : POST https://checkout.google.com/inapp/api/v1/purchase_options 500…
Alexander
  • 261
  • 2
  • 16