Tagged Questions
Online payment processing service provided by Google
19
votes
11answers
3k views
Which should I implement first, PayPal or Google Checkout, on my eCommerce website?
Paypal and Google Checkout will take some time to implement so I'm wanting to know if anyone in the community has installed them and has a recommendation on which to do first. We use the .Net ...
12
votes
3answers
489 views
C# and Google Checkout - getting the reply back from the server?
Are there any tutorials out there on how to get the responses back from a Google Checkout transaction when using C# and the GCheckout API. All of the examples I could find were for previous versions ...
11
votes
2answers
1k views
Selling apps as a private individual on Android Market
I have spent a while developing an Android app, and am hoping to publish in the coming days. From the Market console, I have tried to make my Checkout account a Merchant account, for which I need to ...
10
votes
4answers
3k views
Amazon FPS vs PayPal vs Google Checkout
I'm in the very early stages of planning a new website. I would like to offer payment processing for two distinct use cases:
Accepting payments from users to me for SaaS functionality on a ...
8
votes
1answer
64 views
Android Market masked e-mail lifetime
When people buy apps on Android Market, Google does not, by default, disclose their e-mail addresses to the seller; instead, the seller gets a masked address along the lines of ...
6
votes
1answer
199 views
How can I correlate the response from Google Checkout to the correct order in the database?
When I get the notifications from google at the callback URL I am unable to correlate the messages to the correct order in the database. Can I pass some identifier that would be sent back to me as a ...
6
votes
1answer
772 views
Google Checkout in ASP.Net MVC
I have a fairly simple ASP.Net site that uses google checkout (I have an imagebutton with the PostBackUrl set to the Google address passing values of hidden fields) which works fine.
I've been ...
5
votes
5answers
715 views
Payment API for Grails
Are there any payment APIs for Grails? I'm looking for something that will abstract receiving of payments for my website.
Primarily, I'm looking to hit Paypal and Google Checkout - as far as I know ...
5
votes
2answers
184 views
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.
<input name="item_name_1" type="hidden" value="Widget #1"/>
...
5
votes
2answers
299 views
Experience with billing systems
It would be very useful to have feedback on the various API and services that let you bill the customers, so it's possible to compare :
Security;
Quality of API;
Commercial reliability;
Number of ...
5
votes
1answer
422 views
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 ...
4
votes
1answer
372 views
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 ...
4
votes
2answers
317 views
Which payment provider should I use for recurring payments/subscriptions as a European business?
We're building a web app that customers can pay a monthly rate for. Here are the requirements:
We want to charge customers monthly fees to access the service
We have several different plans
Each ...
4
votes
1answer
679 views
Google Checkout - XML API associate callback serial number with original order
Via the XML API, how do you associate an Google Checkout callback serial number with the original order?
On the same line - What does the serial number in the "Option B - Submit a Server-to-Server ...
3
votes
1answer
207 views
Can I obtain Google Checkout Merchant Item Id for an Android app that has not been purchased?
We are attempting to integrate Android Market into our services and we would need to verify that the user has really is the owner of a particular app, we would need to automate the retrieval of sales ...
3
votes
1answer
482 views
Can I obtain Google Checkout Order Id for a purchased Android app from the app itself?
We would like to allow our users to activate a service on one of our servers with each app purchased from the Android Market, verifying that the user has really purchased the app.
For this purpose we ...
3
votes
1answer
408 views
How to use Google Checkout with Google AppEngine Java
I have an AppEngine app. I'd like to add a payment system to it, and Google Checkout would seem the natural choice.
This should be simple, right? Google should want us to use their checkout, and ...
3
votes
2answers
522 views
Magento & Google Checkout & Track Conversions
I'm running an online store on Magento. I have Google Checkout as a Payment method. The problem is if someone pays using it they don't always return to the site so it throws my Google Analytics ...
3
votes
3answers
486 views
POSTing xml to Google Checkout
I'm experimenting with using Google Checkout and am having a problem posting to the checkout server. Here is my code:
XNamespace ns = XNamespace.Get("http://checkout.google.com/schema/2");
...
3
votes
2answers
1k views
Google Checkout API callback URL issue
I am able to process orders no problem. However when I look in the integration console I see the following error:
We encountered an error trying to access your server at ...
3
votes
3answers
2k views
If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway in Rails?
If you use Google Checkout, do you still need to use ActiveMerchant/Spree/some payment gateway or does Google act as the gateway the same way that ActiveMerchant/Spree would?
Also, are there any ...
3
votes
3answers
3k views
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 ...
2
votes
1answer
29 views
Wich paypal / payment plugin should i use with grails 2.0?
I'm working on a small ticketshop in grails 2.0 and i want to integrate payment so that the customers can buy one or more tickets.
There are two paypal plugins for grails:
...
2
votes
0answers
28 views
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 ...
2
votes
2answers
60 views
Google checkout, how do I clear my shopping cart?
I'm having trouble wrapping my head around this and Google's sprawling documentation isn't helping (I can't even find a list of response types and their properties).
I have my storefront built in PHP ...
2
votes
1answer
158 views
How to fix “Internal error in server” in Google Sandbox Checkout?
I am including post cart information in xml file then use curl's @ option to post the contents of the file, Here is the example:
curl -d /home/test/Downloads/sampcodetest.xml ...
2
votes
1answer
124 views
Ecommerce Subscription for Rails
Have seen some conversations revolving around this, but hoping for some current input as to perhaps the best libs and services available for Rails developers at the moment who are implementing a ...
2
votes
1answer
141 views
How to implement a simple Google Checkout callback function with Django?
I have a simple 'Buy Now' Google Checkout button on my Django site (very simple; no basket or anything more fancy). What I want is for Google to send a notification to a URL on my server once a new ...
2
votes
1answer
147 views
SimpleXML problem in Drupal Ubercart Google checkout
I have setup Ubercart 2.0 in my Drupal 6 website, and have enabled the necessary modules for its functionality, including: Cart, Store, Product, Order, Conditional Actions.
I have configured the ...
2
votes
2answers
446 views
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 ...
2
votes
1answer
349 views
Google Checkout Notification API Python Example
Currently, there are absolutely no code snippets of the Notification API in Python. I am currently at a loss as the documentation, as thorough as it is, seems to be missing important information ...
2
votes
1answer
269 views
Python Google Checkout Notification API
I am attempting to work with Google Checkout on Google App Engine. Currently, I am writing everything in Python and have the checkout process working. I am having some difficulty getting the ...
2
votes
1answer
132 views
How do I integrate a simple unsigned Google Checkout cart with Google Analytics?
How can I get a simple unsigned cart in Google Checkout to integrate with Google Analytics for ecommerce tracking?
The top Google Results for this all point to documentation for implementations that ...
2
votes
2answers
2k views
Android In-App purchase Google checkout
I am considering to do an in-app purchase model within a paid app that releases or adds video content if the user opts in via a google check out method. Does anyone know how to do this from a coding ...
2
votes
0answers
257 views
Android 2.2 SDK - Unsafe JavaScript attempt to access frame with URL - Google Checkout
I have google checkout javascript 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 ...
2
votes
0answers
143 views
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 ...
2
votes
1answer
417 views
Magento - Google Checkout Free Shipping Problem
I have set up Google Checkout on my Magento store and I'm using Flat Rates for the shipping. the problem is if I put zero for the rate ie. free shipping I get a message when I go to checkout saying ...
2
votes
2answers
304 views
Google Checkout. Show shipping rates before logging in possible?
I am trying to integrate google checkout with my current site. I am calculating the shipping on my end, before passing it to google checkout. The problem is, when a person click the "google ...
2
votes
1answer
147 views
Google Checkout Parse Private-merchant-Data C#
I am trying to figure out how to parse the private-merchant-data variable sent back by google checkout. I've tried the following but I get an error when google posts back to my page:
privatedata = ...
2
votes
2answers
2k views
PayPal like IPN with Google Checkout
I've reading the Google Checkout docs but I haven't found anything similar to PayPal IPN for Google Checkout.
Can anyone point me in the right direction to automatically process orders using Google ...
2
votes
2answers
430 views
Online Credit Card Payment Processing
Most of my clients require donation and shopping cart integration into their websites. I have always used PayPal to run the transactions, but PayPal is a nightmare to work with. I'm looking for an ...
2
votes
3answers
2k views
Import data from Google Checkout into Quickbooks?
Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)?
1
vote
0answers
146 views
How do we verify Android in-app billing receipt on the server side?
I am implementing in-app billing into an Android game and we want to use a server to store the purchase information.
According to what I understood so far, Android Market will return a callback to ...
1
vote
1answer
49 views
reply to a server-to-server request?
i am trying to setup google checkout on my site, now at one point, google sends me a serial number, to which i am supposed to reply after posting the 'OK' header,
( some details here ...
1
vote
0answers
84 views
API-level difference between Google Checkout and Android Market documented?
Android Market uses Google Checkout for paid app sales. Google Checkout has a fairly extensive API. The behavior of Android Market accounts is markedly different from that documented for vanilla ...
1
vote
1answer
85 views
Android: Strategy to test In-App-Billing?
Can anyone tell me some best practices to test in app billing with real product using test account?
I have created a test gmail account and add it into my Developer Console. I actually can finish the ...
1
vote
1answer
29 views
Google Checkout is timing out
I working on a Satchmo site that uses Google Checkout. I've resolved the SSL issues I was having, but the Google integration console is still giving me the following error:
"We encountered an error ...
1
vote
0answers
92 views
flurry, in-app purchases, google checkout in PHONEGAP
I want to know that can we use following things in Phonegap.
· in-app purchase,
· flurry,
· Google Checkout and
· Any other integrations.
We need the ...
1
vote
3answers
65 views
Using Google Checkout for poker site possible?
I am totally new to google checkout. Out of curiosity what would be some of the architectures for a poker site using google checkout? On each poker hand played would it be possible to directly move ...
1
vote
0answers
45 views
How to fix You must use HTTP Basic Authentication for API calls (username=Seller ID, password=Merchant Key)
I am getting You must use HTTP Basic Authentication for API calls (username=Seller ID, password=Merchant Key) when i run my web page. I post my code in the following link
how to pass cart details to ...