|
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 Checkout?
Started by Alix Axel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Take a look at : http://code.google.com/apis/checkout/developer/Google_Checkout/samples....
Processing orders automatically
If you're using the Google Checkout API, you for more information.
From the Google Docs.
|
|
Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)?
Started by steve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use the Google Checkout API to suck data outYep - you can export....
Accounting packages):
Google Checkout - Reporting and reconciliation
QuickBooks - Tools for importing that could automatically push data into QuickBooks.
|
|
I'm working with a charity that takes on-line donations and they have recently been awarded a Google Adword Grant. I was excited to find the page about taking donations via google Checkout (Google Checkout for Non-Profits) and then disappointed to he
Started by WineGirlMagic on
, 19 posts
by 7 people.
Answer Snippets (Read the full thread at google):
Is their any updates on this? If I am a non profit in the UK can I use google checkout in anyway? Can I use UK charity and would like to be able to add Google Checkout for Non-Profits to handle donations google ....
|
Ask your Facebook Friends
|
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 environment.
Verdict - Start with Google Checkout. Great customer...
Started by Mike on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know if Google Checkout....
Also, you can pay/checkout using a Credit Card without creating a PayPal Account.
PayPal is more popular than Google Checkout, so people are familiar with it.
And it works very nicely.
|
|
Which payment gateway should I choose from among Authorize.net, PayPal & Google Checkout?
Is there anything wrong if I provide all ? I'm planning for express checkout methods in all the three services, the direct credit card accepting service.
Started by Aayush on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
They charge less of a fee (I'm assuming because they process everything themselves, and don't go through some third party to get to the credit... .
It's worth noting, from the research I've done, using PayPal is cheaper than credit card processing directly .
|
|
Hello there,
We rolled out paying plans on Montastic (website monitoring service) with Google Checkout. The plans are to be paid monthly but Google Checkout does not charge the credit card immediately even though we set the billing date to be immediate...
Started by supercobra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you talked to Google's support department for this product?
Does it perhaps bill at the end.
|
|
Hi all,
If I would like to process payments directly without going through Google / Amazon / Paypal, how would I go about that? Is there a Java API or some reference implementation that shows how to do such a thing or is it really that large and complicated...
Started by Walter White on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Use a processor like Authorize....
You have two options:
Use a system like Google/Amazon/PayPal.
I have never used Google Checkout or PayPal APIYou'll need a provider no matter what.
Or storing any credit card information on your own.
|
|
Hello,
I'm trying to setup up my store to accept google checkout and authorize.net and am starting with google.
I think I have everything setup correctly and the google test script runs successively but when I click on the Google Checkout button, I think...
Answer Snippets (Read the full thread at ecommercetemplates):
The google checkout button works great now, but clicking the ECT newsletter
ECT hosting suggestions
Dreamweaver templates
Follow us on Twitter , Facebook , Google , Google + and YouTube Hi....
To have the opposite problem now.
|
|
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"); XDocument cart = new XDocument(); XElement rootElement = new XElement...
Started by DavidGouge on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not knowing anything about the Google Checkout API, are you sure you don't need the namespace on each of those elements?
XElement rootElement = new XElement(ns + "checkout-shopping-cart", new XElement(ns + "shopping-cart"), new XElement....
|
|
For Google Checkout merchants, nothing is changing right now. Merchants should continue to access their seller accounts at https://checkout.google.com/sell. Presently only buyer accounts can be accessed at https://wallet.google.com/manage and there
Started by shamor on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at google):
|