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

What is the difference between Google Checkout & Wallet?

I just got an email from Google informing me that they will be shuttering Google Checkout and that I should switch to Google Wallet. This confuses me because I started my Google digital goods shopping cart 6 months ago I was under the impression…
Elimn
  • 150
  • 1
  • 7
3
votes
2 answers

Google Checkout displaying desktop version on mobile devices

The Google Checkout Mobile website says that "once you've integrated Google Checkout with your website, there's no additional work required to allow customers to buy from you using their mobile devices", but I'm not seeing this happening on either…
Andrey Fedorov
  • 9,148
  • 20
  • 67
  • 99
3
votes
1 answer

Google checkout subscription solution

I configured Google checkout subscription for my asp.net website. But I have some problems with it. How can I cancel subscription payment? How can I test subscription payment with sandbox environment? (I mean if I setup weekly subscription…
mugzi
  • 809
  • 4
  • 16
  • 33
3
votes
2 answers

PayPal like IPN with Google Checkout

I've reading the Google Checkout docs but I haven't found anything similar to PayPal IPN for Google Checkout. Can anyone point me in the right direction to automatically process orders using Google Checkout?
Alix Axel
  • 151,645
  • 95
  • 393
  • 500
3
votes
1 answer

Notification emails on Android App purchases as developer

Is there a way for a Google Android developer to get email notifications whenever a user purchases my app(s)? I know there's a Google Checkout purchase history, but would prefer email notifications. Thanks!
3
votes
2 answers

MYSQL: Select Then Update. Double Processing Issue

The Issue: I am building a google checkout callback interface. The issue I am having is that google sends 2 responses at the same time back to the site and the site processes both of them, so I end up with 2 updates. The code is written to check…
Case
  • 4,244
  • 5
  • 35
  • 53
3
votes
1 answer

How can I create an http response from scratch?

I have code that returns an http response, but it also includes the content of the page. How can I create a response from scratch so it won't include anything except what I put in it? My code now: GCheckout.AutoGen.NotificationAcknowledgment…
ispiro
  • 26,556
  • 38
  • 136
  • 291
3
votes
1 answer

Android Market. Google Checkout and Bank account

Please excuse the fact that it's not a programming question, but it's still related to software development, so i hope it is ok. Creating an Android developer account for paid apps implies registering a GoogleCheckout account which in turn implies…
AndreiBogdan
  • 10,858
  • 13
  • 58
  • 106
3
votes
0 answers

Unable to link Google Play Developer Account to Google Checkout

I am a Singapore based developer and my company (Singapore Company) has registered as a Google Play Developer. According to Google (https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=150324&topic=15867&ctx=topic and…
gshewakr
  • 31
  • 2
3
votes
2 answers

Verify Android in-app purchases with Google Checkout?

I'm putting an app up on Google Play (fmr. Android Market) and now i'm working on the in-app billing feature. The Android docs say you should do this by verifying the signature of the transaction with your public key, but i'm wondering if retrieving…
3
votes
2 answers

PHP - accepting multiple payment gateways

I am creating a site where I will be selling a single item and want to be able to accept payment through Paypal, Google Checkout and Amazon but don't want to use some heavy eCommerce software for just a single item. I'm looking for a good PHP…
user1104791
2
votes
1 answer

Google Checkout level-2 integration using Checkout Java SDK on GAE

I've tried this integration using two approaches and I can get neither to work. When using the "Notification Serial Number" setting, which allows you to get away with not having an SSL cert on the GAE end, the callback from GAE to Checkout takes so…
Eliot
  • 2,349
  • 3
  • 28
  • 45
2
votes
1 answer

A bizzare unsolvable Google Checkout issue occurs in certain server

I have a site running in Hostgator shared-hosting account with Google Checkout (GC) working since v1.2 - when the site first gone live, the GC works out-of-the-box. Recently I moved the site to a VPS server and GC stopped working with this…
user1258365
  • 159
  • 1
  • 8
2
votes
1 answer

Which paypal / payment plugin should i use with grails 2.0?

I'm working on a small ticketshop in grails 2.0 and i want to integrate payment so that the customers can buy one or more tickets. There are two paypal plugins for grails: http://grails.org/plugin/paypal http://grails.org/plugin/paypal-pro and one…
whitenexx
  • 1,350
  • 2
  • 25
  • 53
2
votes
2 answers

Google checkout, how do I clear my shopping cart?

I'm having trouble wrapping my head around this and Google's sprawling documentation isn't helping (I can't even find a list of response types and their properties). I have my storefront built in PHP and my shopping cart is stored in the session. …