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 of the API and not the current one (2.5). More specifically, I’d like to see an example reply of what Google will post back to me without and HTTPS connection. I know it’s minimal data, but I’d still like to see an example of it and see how others are parsing it.
Share
Google sends notification internally
Create a notification page like this:
On Google checkout setting page set the notification page name and path and you will get the response on that page.
To test whether notification page is working or not, try to log the transaction into a txt file and once every thing is working smooth you can remove that code.
In this example PData is a number I send to the google checkout to and get back the same number in notification, I used this to match the transaction with a particular order.