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
6
votes
0 answers

Integrating Google Checkout in iOS App

Am I correct in assuming using a UIWebView is the only/best way to integrate Google Checkout into an iOS App? A fully native solution would be the best fit as I only require the user to purchase a limited number of items that will never change. Does…
Richard Stelling
  • 25,607
  • 27
  • 108
  • 188
6
votes
3 answers

How can I charge a recurring monthly subscription fee for my website?

My business is setting up online billing using PayPal and Google checkout. I'm looking for the best way to charge a recurring monthly service fee for my website. My site is subscription based and I charge X amount of dollars per month. I want to…
MikeN
  • 45,039
  • 49
  • 151
  • 227
6
votes
3 answers

Using Google Checkout in ASP.Net

Ok, my site has 3 check out options - our credit cards processing , PayPal , and Google Checkout, I handle the first two by processing the request then redirecting the user to a Receipt page to display a printable ticket and show details of the…
Scott Selby
  • 9,420
  • 12
  • 57
  • 96
5
votes
3 answers

Checking a user has purchased an app

I created two apps one free and one PRO and published them to the market, now in hindsight I should have taken the time to create an In-App-Billing element to unlock the free to the full. I wish to go ahead anyway and create the in-app billing…
Artisan
  • 1,974
  • 1
  • 18
  • 23
5
votes
2 answers

How is a "test account" different from a "normal account"?

To be able test any implementation of Android Market licensing (e.g. LVL, In-app Billing), Google advises to create a Google Checkout test account, since the developer cannot buy from himself using his own Google Checkout account. Sounds great…
Bill The Ape
  • 3,261
  • 25
  • 44
5
votes
0 answers

API-level difference between Google Checkout and Android Market documented?

PREAMBLE: this question is wildly obsolete. There's no more Google Checkout and no more API. Android Market uses Google Checkout for paid app sales. Google Checkout has a fairly extensive API. The behavior of Android Market accounts is markedly…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
5
votes
1 answer

C# ASP.NET Google Checkout Notification Acknowledgment

Been working on this for a while and just can't get google to accept that I've done what they want so they keep sending me notifications for the same order. The documentation on this is available here: Google Notification Acknowledgement…
Luke Belbina
  • 5,708
  • 12
  • 52
  • 75
5
votes
1 answer

Google Checkout : Best way to handle cart editing and checkout confirmation

I am in the process of implementing Google Checkout in an e-store. Once customers click the 'Google Checkout' button, my project requires that they are able to navigate back to the e-store to possibly edit the cart. Customers should be able to click…
AndreiM
  • 4,558
  • 4
  • 36
  • 50
5
votes
2 answers

payment integration

I am going to integrate payment feature in my site. My requirement is something like Elance escrow. Like User can pay to me using their online payment account. I can hold their amount in my online payment account. They can withdraw their amount…
gautamlakum
  • 11,815
  • 23
  • 67
  • 90
5
votes
1 answer

Android 2.2 SDK - Unsafe JavaScript attempt to access frame with URL - Google Checkout

I have Google Checkout javascript code inside of an HTML file hosted on a server. I can view the cart inside of the Android Emulator Browser, but when I point a WebView Activity to the URL, the error I get is Unsafe JavaScript attempt to access…
user375566
5
votes
2 answers

How do you assign a specific NAME to a tag when using master pages?

I am using Master Pages and I am truing to dynamically add hidden text boxes on the form with the NAMEs that Google Checkout expects. Using VB.NET, I execute the following code 'Name Dim…
Chad
  • 23,658
  • 51
  • 191
  • 321
5
votes
2 answers

Testing Android inapp subscription: You already own this subscription

I am testing Android inapp subscription with a test account, after I entered a real credit card to buy, the subscription is ok, but I cannot find the token in the json response. So in the developer console, I cancelled the order, when I try to…
Howard
  • 19,215
  • 35
  • 112
  • 184
5
votes
2 answers

Google checkout not available in my country, how can i publicate paid apps in GooglePlay?

Sadly in my country GoogleCheckout not available. I want to make a paid app, i already started it but its not that good that i wont be able to upload it to GooglePlay as a paid app, only free. Is there any way, or any sollution to somehow make a…
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222
4
votes
2 answers

getBundle can not find properties file

I am trying to use a property file to store my google checkout merchant information. When I call ResourceBundle.getBundle("com_google_checkout_example_settings"); I get the error: java.util.MissingResourceException: Can't find bundle for base name…
Lumpy
  • 3,632
  • 4
  • 34
  • 58
4
votes
1 answer

Google checkout sandbox for buyer

I am an ASP.Net Web developer and trying to create Google checkout test account. As instructions are given here https://checkout.google.com/support/sell/bin/answer.py?answer=134469 I am trying to create a Google sandbox account for a buyer. But the…
liaqat ali
  • 41
  • 2
1
2
3
24 25