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

Android: Strategy to test In-App-Billing?

Can anyone tell me some best practices to test in app billing with real product using test account? I have created a test gmail account and add it into my Developer Console. I actually can finish the in-app purchase. But i cancel the transactions in…
Peacemoon
  • 3,198
  • 4
  • 32
  • 56
2
votes
1 answer

How to implement payment to multiple suppliers

I'm trying to integrate a payment mechanism to my site. The scenario that I need is not trivial and can be explained by the following example: User pays upfront for a subscription program (i.e. receiving Netflix). User is able to make changes to…
Yossi
  • 21
  • 2
2
votes
1 answer

Can Google Checkout support the Parallel Payments like Paypal

I have created a Event website and here registered user can create event and their tickets and when an event is created then other users purchases tickets. when customer pays for the tickets then the payment goes to the two person ie. 1(Ticket…
Kapil Goyal
  • 51
  • 1
  • 4
2
votes
1 answer

Ecommerce Subscription for Rails

Have seen some conversations revolving around this, but hoping for some current input as to perhaps the best libs and services available for Rails developers at the moment who are implementing a subscription membership based website. I'm…
ylluminate
  • 12,102
  • 17
  • 78
  • 152
2
votes
2 answers

How to do PayPal/Google Checkout in an Auction style web application?

I'm curious if there is a way to process/connect buyers and sellers on my site without the site having to charge the buyer and credit the seller. In other words, I don't want to touch the money, but I do want to integrate the process as much as…
fuentesjr
  • 50,920
  • 27
  • 77
  • 81
2
votes
1 answer

google check out success page redirection

Set Success page redirection in google checkout ? i have already set callback URL to update the order status but how to redirect success page to my website after theu user paid by google checkout.
balaphp
  • 1,306
  • 5
  • 20
  • 40
2
votes
1 answer

SimpleXML problem in Drupal Ubercart Google checkout

I have setup Ubercart 2.0 in my Drupal 6 website, and have enabled the necessary modules for its functionality, including: Cart, Store, Product, Order, Conditional Actions. I have configured the google checkout module in test mode (Sandbox) and have…
shasi kanth
  • 6,987
  • 24
  • 106
  • 158
2
votes
3 answers

In-app purchase for physical goods - forbidden or not recommended?

Is selling of physical goods via Android in-app purchase forbidden or just not recommended? I know that there is a problem with shipping, but one can easily make final price increased by shipping costs. What if there is not shipping cost? Please…
sandalone
  • 41,141
  • 63
  • 222
  • 338
2
votes
2 answers

Getting Started With ASP.NET MVC3 & Google Checkout: Take 2

This is a follow-up to: https://stackoverflow.com/questions/6285578/getting-started-with-asp-net-mvc3-google-checkout Now I finally started to know what's going on with the Google Checkout API. I decided to do everything on the server side. So I…
Kassem
  • 8,116
  • 17
  • 75
  • 116
2
votes
3 answers

Import data from Google Checkout into Quickbooks?

Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)?
steve
  • 1,545
  • 4
  • 18
  • 28
2
votes
1 answer

Google Checkout Notification API Python Example

Currently, there are absolutely no code snippets of the Notification API in Python. I am currently at a loss as the documentation, as thorough as it is, seems to be missing important information necessary to actually code a solution for…
Rijvi Rajib
  • 1,080
  • 2
  • 11
  • 27
2
votes
1 answer

Python Google Checkout Notification API

I am attempting to work with Google Checkout on Google App Engine. Currently, I am writing everything in Python and have the checkout process working. I am having some difficulty getting the notifications of processed orders functioning. I've been…
Julio
  • 2,261
  • 4
  • 30
  • 56
2
votes
1 answer

How do I integrate a simple unsigned Google Checkout cart with Google Analytics?

How can I get a simple unsigned cart in Google Checkout to integrate with Google Analytics for ecommerce tracking? The top Google Results for this all point to documentation for implementations that involve signed carts or server-to server API…
Yahel
  • 37,023
  • 22
  • 103
  • 153
2
votes
1 answer

google checkout with appengine

I am trying to get my website to have a simple checkout flow where the person is able to create an account and pay for the product. I want to record this in the datastore so that the account gets created only when the payment has gone through and…
Ankur Chauhan
  • 1,393
  • 2
  • 17
  • 37
2
votes
1 answer

Magento - Google Checkout Free Shipping Problem

I have set up Google Checkout on my Magento store and I'm using Flat Rates for the shipping. the problem is if I put zero for the rate ie. free shipping I get a message when I go to checkout saying that I don't ship to that country. If I add any…
a1anm
  • 1,617
  • 11
  • 45
  • 78