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

maven dependency for google checkout cannot be found

I have a sample POM that shows the below code to be a working maven dependency descriptor and yet, this does not resolve. I have found absolutely NOTHING about why this might not work. I found one single question that was identical to mine and no…
Christian Bongiorno
  • 5,150
  • 3
  • 38
  • 76
0
votes
1 answer

How to integrate Google checkout in my Android app?

I am developing one app , which is required to integrate Google checkout.I am searched lot of things on it but I didn't succeeded.I tried with This Link. It doesn't work in android.The main problem is I can't initialize ApiContext class, I am…
Ramesh Akula
  • 5,720
  • 4
  • 43
  • 67
0
votes
1 answer

Google Checkout callback issue

I am trying to (using a sandbox account) sell items using google checkout. I am displaying a form to the user which results in a buy now button
Biscuit128
  • 5,218
  • 22
  • 89
  • 149
0
votes
1 answer

How to share the Google Checkout interface for one app only?

I have developed an app for a contract, and as per the contract I should be the publisher of the app and give a percentage of the revenue to my associate. Hence, I would like to provide access to my associate to the purchase orders. However, I have…
Benoit Duffez
  • 11,839
  • 12
  • 77
  • 125
0
votes
1 answer

not getting any response from Google Checkout after successfully payment

I am not getting any response by Google Checkout: I have the sample code from http://code.google.com/p/google-checkout-php-sample-code/downloads/list . I am using this code in cartdemo.php: // Specify
Embi
  • 11
  • 4
0
votes
1 answer

Do I have to transfer Customer's Information manually from My Code to google Checkout?

Is anyone has idea about in Google Checkout, How orders with Customers/Buyers information passed from my .net Code ? We can Pass Orders to the Google Checkout by this link. But I want to know about How Customers/Buyers information send to my Google…
Nitin Vijay
  • 1,414
  • 12
  • 28
0
votes
1 answer

Google checkout java api marshaling an element rather than a string when adding AnyMultiple with setMerchantPrivateData()

This is the post cart method that I am using: public CheckoutRedirect submit(CreateOrderRequest sku) { CartPoster cartPoster = context.cartPoster(); CartPoster.CheckoutShoppingCartBuilder cartBuilder = cartPoster.makeCart(); …
Brandon G
  • 2,733
  • 3
  • 25
  • 24
0
votes
1 answer

Google-checkout notification callbacks

I have problem with Notification API callbacks. I've implemented callbacks in Sandbox account without problems, but when I switched into production no notification arrived and Integration console is empty. I set up SSL url... Thanks for help. Tomas …
Tomas
  • 93
  • 2
  • 8
0
votes
1 answer

java implement google checkout serial-number notification

I want to implement serial-number notification for google checkout as I do not have a domain name but a static ip. I have gone through Implementing the Notification XML API of google checkout and what I have understood is that there are two ways to…
Sandeep Kumar
  • 13,799
  • 21
  • 74
  • 110
0
votes
2 answers

SSL Certificate and Google Checkout

I have setup google checkout for my java web application and I want to recieve notifications of new orders and on recieving notificatification I want to execute some business logic. I am using tomcat as application server. As I do not have a domain…
Sandeep Kumar
  • 13,799
  • 21
  • 74
  • 110
0
votes
1 answer

How to use goog.payments.inapp.buy with luciferous jwt?

reading this https://developers.google.com/in-app-payments/docs/tutorial Quoted from the above page: Because you sign the JWT using a secret key (the Seller Secret), you must generate the JWT using server-side code. It's simplest if you use a…
Ben Muircroft
  • 2,936
  • 8
  • 39
  • 66
0
votes
1 answer

Paypal express checkout in phonegap apps

Is there a way to use the paypal mobile express checkout library in a phonegap application without writing native code?
0
votes
1 answer

Read session or cookie on CallBack

We have ASP.NET MVC 3 application which is integrated with Google Checkout API. Is there a way to access Session or Cookie of the Site on Google Checkout CallBack? Suppose, I have logged into my site with UserID: ramiz and Password: r@miz. After I…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
0
votes
2 answers

Do in-app purchases show up in Google Checkout?

Regular Google Market purchases of one's apps show up in one's Google Checkout console. Click on Merchant Account and you'll see them. Do in-app purchases show there as well? If they do, how about dummy in-app purchases - the ones with dummy item ID…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
0
votes
3 answers

PHP / CakePHP returning malformed XML

Basically I am trying to add Google Checkout order processing (level 2 integration) into a CakePHP app using the Google Checkout PHP sample code. I can successfully create carts and receive notifications sent from Google to my app, however it cannot…
fenfe1
  • 71
  • 1
  • 6