List Info

Thread: The checkout process and responses.




The checkout process and responses.
user name
2007-12-29 21:26:52
I have a number of different questions regarding the API
integration.

I am a C# developer and have just setup my sandbox accounts
and have
sent a test purchase to the sandbox using the "Google
Checkout Sample
Code for .NET" and the GCheckout.dll.

So here are my questions here:

1) Users who are making a purchase are always sent to the
Google
checkout website to complete there order? Is there no way
the user can
remain on my website and checkout?
2) If the user is sent to the Google pages to checkout, how
am I able
to see that the users credit card has been processed and
accepted so
that I can remove the item from inventory so that no one
else can
order it?
3) Is there any way to "customize" the look and
feel of the Google
checkout pages?
4) If the Notification API or the Order Processing API is
what I need
to implement to get a response back from Google on an orders
status or
financial state and I have to setup a web service to receive
these
responses. Is there any example code for these web
services?

That is all for now guys, thanks,

Duncan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: The checkout process and responses.
user name
2007-12-30 10:39:10
Don't know 1) and 3) - will be interested to hear.

2) The notification API.

4) Setting up a "webservice" is no big deal.  Just
create a simple
ASPX page with no user interface, this is your callback
page.  Create
an XMLdocument object.  Load the XML posted by Google into
it, e.g.
myXML.load(request.inputstream).  Then read the information
you need
from the various elements provided - it is just an XML
document at
this point so you can do whatever (but remember the
namespace).  To
get it all working, setup the URL of your callback page in
the
Merchant Center, and then run some test transactions.  It is
a good
idea to save the XML you receive to disk, then you can
inspect it more
easily.  It is also useful to configure your callback ASPX
so that it
can take data either from Google, or by loading from an
alternative
disk file that you provide - that way you can test it
without having
to place orders all the time.

Richard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: The checkout process and responses.
user name
2007-12-30 12:58:34
Thanks for the info... Thanks Richard.

Duncan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )