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
3 answers

Google Checkout Account Username

I'm looking for a method that returns me the Google Checkout User Account of the owner of the telephone... I explain: when I buy an application over the market, in the phone is stored somewhere the Google Account that I use to purchase the app…
Geltrude
  • 1,093
  • 3
  • 17
  • 35
0
votes
1 answer

Google check Out Use

I am a student doing a dissertation on GWT. I want to include google checkout in my application. Do i need to have bank account or similar issues to include, how can i proceed??
Noor
  • 19,638
  • 38
  • 136
  • 254
0
votes
2 answers

Paypal/Alertpat/Google Checkout: Online payment

I want to create a application that allows artist to upload their works and sell them. I intend to collect a certain amount as commission but I don't know of any payment tool/method that permits this feature. The process goes like this: User clicks…
Kennedy
  • 2,146
  • 6
  • 31
  • 44
0
votes
1 answer

How can I use google checkout function in my Flex 4 web application?

Now I am developing a flex application (app server is apache + PHP + mysql ) what need integrate with google checkout function ,but the google checkout has not flex SDK to use ,what should I do ?Thanks .
babyphenix
  • 31
  • 1
  • 6
0
votes
1 answer

Android and Google Checkout, recieving a notification of payment to my server

I need to create an account on my server for a user when they process a payment through Google checkout. I will be using a php script to process the payment notification. Has anyone done this? Are there some sample PHP scripts already out there? …
jax
  • 37,735
  • 57
  • 182
  • 278
0
votes
2 answers

Magento google checkout integration issue 404

I'm trying to integrate google checkout with a magento site and get the following error in the Integration Console: We encountered an error trying to access your server at https://www.domain.co.uk/googlecheckout/api/ -- the error we got is Sending…
Blair McMillan
  • 5,299
  • 2
  • 25
  • 45
0
votes
1 answer

Python: Google Checkout Signature Function

I am attempting to integrate Google Checkout into my website. I have created the following function for generating the hmac-sha-1 signature requred: def make_signature(cart_xml): import hmac import hashlib import base64 # The number…
Julio
  • 2,261
  • 4
  • 30
  • 56
0
votes
1 answer

Google Checkout for peer-to-peer payments

I'm trying to figure out if I can use Google Checkout for peer-to-peer payments. It seems fairly straightforward to set it up between a vendor and customers, but I'm not sure if it works well (or at all) for p2p. Can I use Google Checkout to do peer…
Nick Heiner
  • 119,074
  • 188
  • 476
  • 699
0
votes
1 answer

Google checkout integration in PHP website

Although Google provide the documentation for Google checkout API version using Curl; it's hard to understand. Could someone please give me guidance on how I can implement it on my PHP site or give me any link where I can find the tutorial for the…
pravat231
  • 782
  • 1
  • 11
  • 26
0
votes
1 answer

virtuemart google checkout plugin

does anyone knows how to implement the google checkout plugin for virtue-mart. Because the plug-ins out there for virtue-mart google checkout are commercial. And I would like to have an answer on how to get one from the internet or how to code the…
Rahul TS
  • 1,208
  • 7
  • 26
  • 53
0
votes
1 answer

Google Checkout XML API - Float Quantity?

I'm trying to send cart information to Google Checkout using the XML API. My products are sold by tons and partial tons, so sometimes the quantity is 1.5, for example. It appears the API only accepts integers for quantities:…
hookedonwinter
  • 12,436
  • 19
  • 61
  • 74
0
votes
1 answer

order_products column connected with Google Checkout transaction in osCommerce

I am using Google Checkout with osCommerce and want to know which column of the order_products database table is connected with the transaction. Google Checkout displays the price details of every product and I want to know from where in the code…
OM The Eternity
  • 15,694
  • 44
  • 120
  • 182
0
votes
3 answers

Not receiving response when using Google Checkout

I'm new to Google Checkout, I went throw the examples but still have some problems. I'm able to create the order throw HTML and XML, but I need to be able to know in my system that the order was paid. I try the notification callback an polling, but…
martin.malek
  • 2,166
  • 2
  • 19
  • 31
0
votes
1 answer

Retrieving extended CSV data from Google Checkout's Order Report API

The Google Checkout orders page allows you to download the orders data as CSV. There is a checkbox that allows you to specify that the CSV should include extra data (buyer's name and address, product details). The Google Checkout Order Report API…
Dan Dyer
  • 53,737
  • 19
  • 129
  • 165
0
votes
2 answers

does both google checkout and paypal return a transaction id?

once the user has paid using either google checkout or paypal, do you get a response back with the transaction id? can you then use their api to pull details on the transaction later on for reports?
Blankman
  • 259,732
  • 324
  • 769
  • 1,199