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

Steps to integrate google shopping in my website

I searched a lot in the google.But no luck for me.When i searched for this it automatically redirecting to another page which is for google checkout.I heard that they both are different.But why it is redirecting to that only. Please help me.Thanks…
PSR
  • 39,804
  • 41
  • 111
  • 151
1
vote
2 answers

Changing currency/home country for Google Checkout Account for Apps sold on Google Play

I am a developer selling Android apps through Google Play and I live in Canada. Currently Google pays me out in Canadian Dollars into my Canadian bank account. What governs the currency I receive my payments in? Is it my home country? Is it…
Nek
  • 463
  • 5
  • 15
1
vote
2 answers

Payment service that allows third-party commission

I want to make an auction like platform where a user can put a product for selling and another user can buy it from him. I want the transaction process to be between the seller and the buyer only, but I want also for the platform to take a…
jphorta
  • 2,144
  • 3
  • 18
  • 27
1
vote
1 answer

Google Checkout Polling API - How do I set my SSL certificate path/use polling without an SSL?

I downloaded the php sample code for Google Checkout, (from https://code.google.com/p/google-checkout-php-sample-code/downloads/list) and am attempting to get pollingdemo.php to work. My issue is the following: $merchant_id =…
General_Twyckenham
  • 2,161
  • 2
  • 21
  • 36
1
vote
1 answer

Google Checkout using HTML Code Similar to PayPal

I am trying to integrate a Google Checkout "Buy Now" button, and am hoping that there is some HTML code available similar to adding a Buy Now button in PayPal. I have not had much luck as yet, and was wondering if someone would be able to point me…
1
vote
0 answers

How can we sync the payments from google checkout on website and android app?

In my android app I have in app products which a user could buy using IAB 3 . And these products are available on website also. I want to know if there is a way that these two payments may be synced together. How would this be possible .Please help?
Navdroid
  • 1,541
  • 3
  • 25
  • 52
1
vote
2 answers

google checkout sandbox buyer and seller account

I am developer implementing Google checkout payment gateway for my client .I have a problem in making a test account for buyer https://sandbox.google.com/checkout and for seller when i go to the following URL. sandbox buyer account at…
1
vote
0 answers

Google Checkout Donation No Shipping

I am implementing a Donate Now system using Google Checkout. One really frustrating part to figure out is how to not require users to input a shipping address for their donation (since it's a pure donation, no shipping address is required). I found…
Jon Rubins
  • 4,323
  • 9
  • 32
  • 51
1
vote
0 answers

Retrieve overseas order amount in USD via Google Checkout API

I have paid Android apps on Google Play. I'm using Google Checkout XML API (notification history, specifically) to retrieve order details. I'm in the USA, and some of my customers are not. For overseas orders, the Google Checkout API returns the…
1
vote
2 answers

MediaWiki:Secure_HTML and Google Checkout button formatting

I'm using the MediaWiki:Secure_HTML extension, and trying to render a Google Checkout button I generated. The button code is this:
emptyset
  • 3,164
  • 4
  • 26
  • 33
1
vote
1 answer

Google checkout Test credit card issue in sandbox

I am using google checkout digital delivery. I have used test credit cards in this link https://developers.google.com/checkout/developer/Google_Checkout_HTML_API_Credit_Card_Test_Cases . But for all those credit card, I get same error mail "Your…
lajeesh k
  • 345
  • 3
  • 12
1
vote
0 answers

Google checkout transactions for google play account

Situation: Our company has an application in Google Play. Application uses in-app purchases and information about payment transactions are shown in google checkout. Our company used in-house analytics system to see how many payments are done, how…
Oleg Liski
  • 563
  • 4
  • 15
1
vote
0 answers

Does Google Checkout API support SNI yet?

Before I go at great pains to set up SNI (server name identification) on my server. I wanted to know if SNI was supported by the google checkout callback api. I read some reports that it wasn't, but that was from over a year ago.
Adam Jimenez
  • 3,085
  • 3
  • 35
  • 32
1
vote
1 answer

InAppBilling is not reliable

I do have an App at the PlayStore and a major problem with the current version. Everyday I get a lot of mails from customers saying that they paid for the InAppItem, but didn't get it. There are two manifestations: The customer receives a…
qd0r
  • 118
  • 10
1
vote
1 answer

C# WinForm application supporting Google Checkout?

I am working on a project where entire application is C# WinForm desktop application. Now our client want to support an action on a form which results in user being charged via his/her Google checkout account. I am wondering if I can provide a…