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
4
votes
0 answers

Why does direct carrier billing not work with certain carriers for Google Play in-app subscription purchases?

I have implemented In-App Subscriptions with Google Play Billing API V2. Testing has been successful using Credit Card. I do have issues with purchases made with Direct Carrier Billing though. Here's what I have (testing with US-based carriers…
4
votes
4 answers

Google Play orders made through in-app billing cannot be charged

I have added in-app billing to my app, and everything seems to work fine on the Android side. But the orders in Google Checkout cannot be charged, even though the status is chargeable, because the Charge Order button is disabled. Apart from this,…
Philip Sheard
  • 5,789
  • 5
  • 27
  • 42
3
votes
3 answers

If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway in Rails?

If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway or does Google act as the gateway the same way that ActiveMerchant/Spree would? Also, are there any disadvantages to using Google Checkout that might be…
Willem Obst
3
votes
1 answer

How to fix "Internal error in server" in Google Sandbox Checkout?

I am including post cart information in xml file then use curl's @ option to post the contents of the file, Here is the example: curl -d /home/test/Downloads/sampcodetest.xml …
mymotherland
  • 7,968
  • 14
  • 65
  • 122
3
votes
1 answer

How to implement a simple Google Checkout callback function with Django?

I have a simple 'Buy Now' Google Checkout button on my Django site (very simple; no basket or anything more fancy). What I want is for Google to send a notification to a URL on my server once a new order has been processed. The notification should…
Tom Scrace
  • 1,606
  • 3
  • 13
  • 11
3
votes
1 answer

Can I obtain Google Checkout Merchant Item Id for an Android app that has not been purchased?

We are attempting to integrate Android Market into our services and we would need to verify that the user has really is the owner of a particular app, we would need to automate the retrieval of sales for that particular app. Therefore, we have been…
user769958
  • 31
  • 3
3
votes
2 answers

How can I redirect a customer back to my website after a successful payment with Google Checkout?

I am doing a shopping cart with Google Checkout. I integrated Paypal already like below:
krishna
  • 923
  • 3
  • 15
  • 42
3
votes
1 answer

How to use Google Checkout with Google AppEngine Java

I have an AppEngine app. I'd like to add a payment system to it, and Google Checkout would seem the natural choice. This should be simple, right? Google should want us to use their checkout, and provide handy jars and sample code. But after half an…
Daniel Winterstein
  • 2,418
  • 1
  • 29
  • 41
3
votes
2 answers

Android In-App purchase Google checkout

I am considering to do an in-app purchase model within a paid app that releases or adds video content if the user opts in via a google check out method. Does anyone know how to do this from a coding standpoint? and does anyone know if this is…
keuminotti
  • 1,443
  • 2
  • 12
  • 16
3
votes
2 answers

Magento & Google Checkout & Track Conversions

I'm running an online store on Magento. I have Google Checkout as a Payment method. The problem is if someone pays using it they don't always return to the site so it throws my Google Analytics conversion rates off. Is there a way to pass this…
a1anm
  • 1,617
  • 11
  • 45
  • 78
3
votes
1 answer

How can I integrate Paypal to payout users when a button is clicked?

It might sound a little odd but I am in the final phases of finishing up my app that would pay users. There is an activity in the app where as and when the users use the app, money keeps accruing. I have a button in that activity called Cash Out…
Aakash
  • 3,101
  • 8
  • 47
  • 78
3
votes
3 answers

POSTing xml to Google Checkout

I'm experimenting with using Google Checkout and am having a problem posting to the checkout server. Here is my code: XNamespace ns = XNamespace.Get("http://checkout.google.com/schema/2"); XDocument cart = new XDocument(); XElement rootElement =…
DavidGouge
  • 4,583
  • 6
  • 34
  • 46
3
votes
2 answers

Google Checkout API callback URL issue

I am able to process orders no problem. However when I look in the integration console I see the following error: We encountered an error trying to access your server at https://[urlremoved]/registerpayment.aspx -- the error we got is Send failed…
Weston Goodwin
  • 343
  • 5
  • 17
3
votes
0 answers

Google Checkout and charge-amount-notification

I've got all the initial code working that handles the purchase for the user through Google Wallet and submits the actual charge to their credit card. Also in the setup I specified a post-back url for this where I capture the order details like the…
bruiseruser
  • 343
  • 4
  • 12
3
votes
0 answers

My customers' Google Play in-app purchases are stuck in the 'pending' state, going on 2+ days

I have an Android app with premium features that can be activated by an in-app purchase. If I look at the transaction list in Google Wallet's merchant view, I see that normally customer purchases within the past 6 hours are "pending" (yellow…
1 2
3
24 25