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

Google checkout merchant shipping calculation doesn't make sense

Google checkout is having an issue with dynamic merchant shipping callback calculation. When customer click on the checkout with google button, I pass in the shipping method called "default shipping" and shipping cost is $100. This default value…
i need help
  • 2,386
  • 10
  • 54
  • 72
1
vote
0 answers

Google checkout flags parsing error when using default tax tables

I'm having issues using the default google checkout integration in magento. I want to send my own tax data to google checkout, but when I enable the default tax tables, magento returns the following error: Google Checkout: Error parsing XML; message…
Geoff
  • 747
  • 3
  • 11
  • 16
1
vote
0 answers

Getting NullPointerException in Google's API While using Google's Billing API

This question is related to Google Marketplace App's billing API. I am trying to get the customer license following the steps mentioned at the following place:…
Amar
  • 11,930
  • 5
  • 50
  • 73
1
vote
1 answer

Google app engine and Google checkout notifications error

I'm just having problems getting the custom order processing tutorial to work. Has anyone had luck with this? I get the following errors: Error for /myapp java.lang.NoClassDefFoundError: com/google/checkout/sdk/commands/EnvironmentInterface at…
1
vote
1 answer

How can I customize the appearance of Google Checkout?

I opened a merchant account with google checkout and would like to customize the html/css. I have googled and searched around, but could not find anything. It seems that its not possible at all. The merchant account doesn't show any options either.…
vikasde
  • 5,681
  • 10
  • 45
  • 62
1
vote
3 answers

How do I identify orders with the Google Checkout Notification API (using PHP)?

I am using the Google Checkout API to code a simple store. I have gotten as far as letting the user select items, edit the cart, and checkout/pay with Google Checkout. The notification API (with XML) is being used to read notifications sent by…
tundoopani
  • 255
  • 9
  • 21
1
vote
2 answers

How to set callback URL in Google checkout?

How to set callback URL in Google checkout ? and How can I get notification from GoogleCheckout after payment ?
Gaurav
  • 28,447
  • 8
  • 50
  • 80
1
vote
1 answer

paypal express (or any express option) - magento - "terms and conditions"

UPDATED (Option One): In magento, at Step 6 of One Page Checkout you see Terms and Conditions. Now the problem: Using PayPal Express Checkout (or any express option e.g. Amazon Payments, Google Checkout) there is no Terms and Conditions for the…
jon
  • 377
  • 2
  • 6
  • 20
1
vote
2 answers

Confirm purchase on second party site

I am selling tickets through Google check out. The tickets are created automatically by my web site which also creates the Google checkout link, on the fly. I want my database to be updated once someone completes their transaction. I figured I…
Lumpy
  • 3,632
  • 4
  • 34
  • 58
1
vote
1 answer

How do I add user-chosen price to cart? (google checkout)

This example shows how to add a field to let customers to choose their own price. But the button in that example is for fast checkout. I am trying to add the customer-chosen price to cart? How do I do this? The code that I have (google app engine -…
Zeynel
  • 13,145
  • 31
  • 100
  • 145
1
vote
1 answer

Fetch Google Checkout order id in App Engine

I have Jave App Engine app. I would like to fetch to see if an order number exists in google checkout from it. Is this possible? All I need to do is just check if an order number exists in my account. It would also be nice to fetch basic info as…
Eurig Jones
  • 8,226
  • 7
  • 52
  • 74
1
vote
3 answers

Shopping cart solution WITHOUT template

I am working on redesigning a website for my fathers business based on the results of a design project I did in a class last year. The design is fairly complex but everyone who has seen it loves it. The issue I am running into is finding a good…
Justin
  • 2,322
  • 1
  • 16
  • 22
1
vote
2 answers

Google Checkout TIMEOUT error

periodicly i got error in my Google Checkout Integration Console: We encountered an error trying to access your server at http://mydomain.com/payment/ps_gcheckout.php -- the error we got is java.io.IOException: Error 'TIMEOUT' connecting to url…
1
vote
2 answers

Send unique id to google checkout

I'd like to use google checkout to charge for subscriptions to my website. In order to efficiently process orders, I need to collect the purchaser's email address or another unique id for that order, so that later I can activate their account. Is…
Riley Lark
  • 20,660
  • 15
  • 80
  • 128
1
vote
0 answers

What notification is stored in GoogleCheckout when an application is purchased via the Android Market?

I need to know the details of the XML response when an Application is purchased via the Android Market. I understand that it is impossible to recieve the notifications directly but you are able to get them via the history API. does anyone have an…
jax
  • 37,735
  • 57
  • 182
  • 278