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

How to stop repeatetive google notification response from google check out

I am integrate google checkout for payment.every thing going in perfect way,but at last in response handler,response of order coming repetitively. i had try to many things but i unable to find that how to stop "repetitively response. " …
0
votes
2 answers

google checkout android payment?

I am building a shopping cart application for android. My customers already have google checkout merchants accounts and they want to sell their goods and receive payments in their google checkout merchants accounts. I have an activity that displays…
Ahmed Hussein
  • 409
  • 11
  • 24
0
votes
1 answer

Magento Google checkout restrict free shipping for Hawaii and alaska

how do i restrict free shipping for Hawaii and alaska from Magento google checkout Merchant calculated shipping.
magento2new
  • 517
  • 1
  • 10
  • 38
0
votes
2 answers

Google checkout integration - didn't find on docs/guides/Google

When I sent a POST to Google checkout API, the return XML (or HTML) auto redirects the user to Google to complete the checkout. I understand pci compliance and why this is needed, but is there a way to submit the user's info in the background so…
SPillai
  • 177
  • 3
  • 7
  • 20
0
votes
1 answer

Google Checkout: Mapping web sites order id to google's order id

I'm working on integrating Google Checkout with our in-house e-commerce platform. I've gotten to the stage of receiving notifications back from Google for successfully completed orders. We handle orders by creating an order as soon as someone adds…
Aglystas
  • 379
  • 6
  • 19
0
votes
1 answer

Error parsing notification acknowledgment - Google checkout

Currently i have integrated Google checkout with my website in sandbox Environment. When i am checking in integration console in my account, it shows following error "We encountered an error processing your notification acknowledgment. The error we…
kannan Eswar
  • 427
  • 2
  • 4
  • 14
0
votes
1 answer

How to fix file_get_contents warning

I am using following code in Google checkout gateway handler, but when I test it, it shows below warning: Warning: file_get_contents(https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/XXXXXXXXXXX) [function.file-get-contents]: failed…
0
votes
1 answer

Google Checkout API, automatic default language selector?

Google Checkout API, automatic default language selector? How do I select the google checkout default language? as my customers don't understand english.. so I have to set default language of Google checkout to their language.. seems in my browser…
SSpoke
  • 5,656
  • 10
  • 72
  • 124
0
votes
1 answer

start a second instance from PHP, and allow suspension with sleep, without generating the TIMEOUT error?

Everything Cut Short: Need to execute a function after around 5 minutes after a request sent by Google Checkout's Notification Service. Why: The History API requires the transaction to be atleast 5 min old to work. What has been tried, suspending…
TarunG
  • 602
  • 5
  • 21
0
votes
2 answers

Google checkout reporting API - How to use it with C#?

Today I stumbled upon the Google Checkout Reporting API (see link below). Although I read through the whole page I didn't quite understand how to implement this one (e.g. using C#). Sadly I couldn't find any examples or tutorials either. Has anyone…
Boris
  • 8,551
  • 25
  • 67
  • 120
0
votes
1 answer

Implementing transaction fee for auction sites using Google Checkout

Suppose there is an auction site that uses google checkout exclusively. How would one set things up so that when the buyer sends money to the seller google checkout sends something like 1% of it to the auction site much like how ebay charges a fee.
user782220
  • 10,677
  • 21
  • 72
  • 135
0
votes
1 answer

Building an auction site that uses google checkout

In an auction site that uses google checkout exclusively how would you transfer money from the buyer's google checkout account to the seller's google checkout account?
user782220
  • 10,677
  • 21
  • 72
  • 135
0
votes
1 answer

Synchronized Google checkout AJAX

Is there a way to make it so when the order is processed I get a ajax request back to my site and don't have to refresh the page? I know they have a call back url or a request url. But I'm trying to make a module registration plug-in in which I…
Dan
  • 183
  • 3
  • 14
0
votes
1 answer

Google Checkout custom form inputs

I have google checkout setup, along with the server-side php responsehandler that is writing successful transaction info to the database. All I want to do is send some information silently from the Google Checkout form to the responsehandler. When I…
0
votes
1 answer

Unable to get Notifications from google checkout using NotificationApi

I am trying to implement google checkout with Notifications Api as i want to get and store the order information in my own database. Google checkout is implemented, order gets placed and payment is done but i am unable to get the notifications from…