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/GAE: urlfetch: XML parser error. Content is not allowed in prolog

Updated question with the XML. I checked it with a validator earlier and it passed. Could the issue be something else. Thanks again. Could you pls let me know what is wrong with the following code? I am using it for submitting a Server-to-Server…
0
votes
1 answer

Is it possible make a PayPal 'Buy Now' button with an HTML form?

I have a Google Checkout 'Buy Now' button on my site. It's very simple, all I do is produce the order information in an HTML form thus:
fredley
  • 32,953
  • 42
  • 145
  • 236
0
votes
2 answers

How to start application to show books and prices, and lets you purchase through checkout?

How would i go about building a application that lets users see books that i write, and the prices and the ability to purchase the books through google checkout?? How would i go about doing this or start? If i already have a website with my content…
android_king22
  • 759
  • 2
  • 20
  • 36
0
votes
2 answers

Google Checkout Buy Now button

I have looked through the Google Docs and various forums for an answer but can't seem to find what I'm looking for. I have a site, the user fills out a form and submits. The submit button is a Google Checkout 'buy now' button, which brings the user…
0
votes
1 answer

How do I get google checkout to redirect to item specific page after customer placed order?

At the moment after the order is placed and the user click to return they go to my business site url as defined in my checkout profile. But I have two different items on two different webpages how can I get Google checkout to return to a different…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
0
votes
3 answers

Google Checkout Notification Acknowledgement (C# ASP.NET MVC)

I'm trying to send Google Checkout a Notification Acknowledgement once I receive a serial number so it would know that I've already handled this serial number and saved it to my database. But I keep getting the following error in the integration…
Kassem
  • 8,116
  • 17
  • 75
  • 116
0
votes
2 answers

How to implement a sandbox testing with google checkout in drupal ubercart

I have a drupal6 site with ubercart module installed. I have also enabled the Google checkout module that came inbuilt with ubercart. But i am unsure about how to setup a sandbox testing account with Google checkout. Is there any reference or…
shasi kanth
  • 6,987
  • 24
  • 106
  • 158
0
votes
1 answer

Google checkout sandbox: How to enforce an order to be pending for testing?

How can I configure a test order to be pending? I want to cancel pending orders but I have no idea how to test it since I cant enforce an order to be pending. Or can I? If yes, how?
floriank
  • 25,546
  • 9
  • 42
  • 66
0
votes
2 answers

Is there anyway of passing a shipping address to Google Checkout?

I'm looking into integrating Google Checkout into our website. At the checkout stage of our website we calculate the delivery cost based on where they are shipping to, however it appears to me that the user could change the shipping address once…
higgsy
  • 1,991
  • 8
  • 30
  • 47
0
votes
1 answer

Why can't I instantiate class ApiContext?

I've downloaded Google Checkout SDK JAR file (checkout-sdk-2.5.1.jar), moved it into project /libs dir [*1], added the library into the project's path. After this I've created a test class that makes test order to sandbox server. Here's the…
sandalone
  • 41,141
  • 63
  • 222
  • 338
0
votes
2 answers

Convert byte array into a Dictionary or NameValueCollection?

I have the following line in my code which clearly returns a byte array: byte[] responseArray = myWebClient.UploadValues(uriString, data); When I do myWebClient.Encoding.GetString(responseArray) I get the…
Kassem
  • 8,116
  • 17
  • 75
  • 116
0
votes
1 answer

Google Checkout for Android

I want to develop a shopping cart type application in android where the user needs to purchase the products from the list of products. Once the user selects the product, the payment should be made by opening Google Checkout. Please let me know…
surendra
  • 2,217
  • 7
  • 34
  • 42
0
votes
1 answer

Would Google Checkout be satisfied with wildcarded SSL certificate?

I wonder whether there should be any problems with Google Checkout if I register SSL certificate for wildcarded domain (e.g. "*.example.com"), given that root certificate is still given by one of the following guys?
idle sign
  • 1,164
  • 1
  • 12
  • 19
0
votes
1 answer

Google Checkout: specifying a shipping address

With Google Checkout, is there any way to pass in a default shipping address that can't be changed? I don't want the user to change this as the tax and shipping options are already calculated in the application. Web services from google to my…
ScottE
  • 21,530
  • 18
  • 94
  • 131
0
votes
3 answers

Extract the results of a GWT service

Messy, complicated question, but here goes. I'm working on an integration project with Google Checkout, and there is a Google Checkout GWT service that returns the currency conversion rates used by the Checkout web interface to convert USD into…
Femi
  • 64,273
  • 8
  • 118
  • 148