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

Integrating google checkout in Android?

Is there any way we can integrate Google Checkout in Android? I am able to post the order request and in response I get the checkout redirect url where the user is redirected. But then how to proceed with it. How will the android application come to…
sunil
  • 9,541
  • 18
  • 66
  • 88
2
votes
1 answer

Google Checkout in Android

I am sending an xml request to google checkout and getting the xml response too. The request that i m sending is StringBuffer buf = new StringBuffer(); buf.append(""); buf.append("
sunil
  • 9,541
  • 18
  • 66
  • 88
2
votes
3 answers

Google checkout invoice through API

I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal) I can't find how. or at least how to generate a new order (money request) thank you
Himberjack
  • 5,682
  • 18
  • 71
  • 115
2
votes
2 answers

Google Checkout. Show shipping rates before logging in possible?

I am trying to integrate google checkout with my current site. I am calculating the shipping on my end, before passing it to google checkout. The problem is, when a person click the "google checkout" button, it takes them to google checkout but it…
Roeland
  • 3,698
  • 7
  • 46
  • 62
2
votes
1 answer

Unable to create Google Wallet Merchant Account

I am trying to create a Google Wallet Merchant Account so that I can use the Google Wallet for Digital Goods API. Step 1 is to "Sign Up for a merchant account". Strangely, the form is mostly, but entirely prefilled, and there is a link that says…
Codiak
  • 1,832
  • 2
  • 13
  • 20
2
votes
1 answer

Google Checkout Parse Private-merchant-Data C#

I am trying to figure out how to parse the private-merchant-data variable sent back by google checkout. I've tried the following but I get an error when google posts back to my page: privatedata =…
Weston Goodwin
  • 343
  • 5
  • 17
2
votes
1 answer

Google Checkout subscription: How to identify the user

We are using Google Checkout - google handled subscriptions. In our html form we are using merchant-item-id parameter to store the subscription plan id and user id, so when Google Checkout send us back the notification for the new orders…
Ivaylo
  • 21
  • 1
2
votes
3 answers

Is Google checkout and Google Wallet API same?

I have implemented plugin for google checout payments but now i see the notice on google developer documentation that google checout is no longer available from november instead they released Google Wallet. My question is : Is Google checkout and…
Shaikh Aezaz
  • 85
  • 3
  • 9
2
votes
1 answer

Delay when verifying Android in-app purchase with Google Checkout Polling API

I'm trying to verify Android in-app purchases from my server using the Google Checkout API. As per this other query (App on Android market - HTTP notifications don't come), I get no callback so I'm using the polling API. It's working fine, except…
Marion McKelvie
  • 424
  • 1
  • 5
  • 15
2
votes
2 answers

How to... Node js with Google/Facebook OAuth signin and Google Checkout

Hi I am totally new to Nodejs, but would anyone point me in the right direction on how I can quickly get Nodejs running with Google/facebook/openid single sign-on and google checkout integration. Cheers
Joshscorp
  • 1,832
  • 4
  • 22
  • 42
2
votes
1 answer

Payments made through iOS Facebook App?

I know there is IAP for native apps, regarding the iOS, but does this effect websites (I will explain)? I have an e-commerce store (standard website) and my client wants to be sell on Facebook alongside promotions etc. Within the configurations for…
2
votes
0 answers

How do I successfully post to Google Checkout's live server using a C# HttpWebRequest?

First my question is similar to "Getting Started With ASP.NET MVC3 & Google Checkout: Take 2" but I don't feel this was completely answered and my question has nothing to do with MVC3. Okay, I've managed to successfully integrate Google Checkout /…
Matthew Blott
  • 209
  • 3
  • 10
2
votes
2 answers

Does canceling a user subscription through merchant console/API refunds him money?

According to In-App billing documentation, if users cancel's subscription by himself, his only way to receive a refund is by contacting a seller directly. But what happens if owner of the application cancels subscription through merchant account or…
Sver
  • 3,349
  • 6
  • 32
  • 53
2
votes
1 answer

Magento - Risks to use Google checkout as option on Onepage Checkout

Recently I played with Google Checkout a.k.a Google Wallet. My task was to make it work as option in payment methods step of Onepage Checkout. My version of Mangento is CE 1.6.2.0 By default we have Google Checkout form only on the cart page, but…
ceckoslab
  • 1,189
  • 1
  • 9
  • 19
2
votes
1 answer

Amazon Checkout Equivalent for Google Checkout Server to Server Communication

Googlecheckout allows you to CURL the customers order, they return a URL and then you send the user to the URL, so they can not see the data you sent good and thus they can not modify it. I see there is polling requests for Amazon Checkout with…
Case
  • 4,244
  • 5
  • 35
  • 53