carviaso / google-checkout-dotnet-sample-code

Automatically exported from code.google.com/p/google-checkout-dotnet-sample-code
0 stars 0 forks source link

Need more understanding on Google Checkout Notification feature. #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. No problem is occuring

What is the expected output? What do you see instead?
No any issue

What version of the product are you using? On what operating system?
I am using GCheckout2.5.0.3.zip source code

Please provide any additional information below.

Hi team,

Thank you very much for providing google checkout feature. Here i am using XML 
API with the help of sandbox accounts. And I am able to post an order, receive 
an order by merchant account. 

Now i need to store order information in my own database. So i need to 
establish notification functionality in my project. But i have no idea about 
it. So please provide me the way of making notification functionality for 
receiving order details from google checkout. I am using asp.net 4.0 (C#). So 
if possible then provide me sample code for notification functionality.

Thanks in advance,
Anil Desai.

Original issue reported on code.google.com by citytal...@gmail.com on 11 Apr 2011 at 10:24

GoogleCodeExporter commented 9 years ago

Original comment by joseph.f...@gmail.com on 20 Apr 2011 at 6:07

GoogleCodeExporter commented 9 years ago
Did you look at section 2.1?

http://code.google.com/apis/checkout/developer/Google_Checkout_Custom_Processing
_How_To.html

What you need to do is create an aspx page that receives the message and then 
call the service back with the message id. 

It will then return you the information related to that order.

I changed this to a task to create a sample

Original comment by joseph.f...@gmail.com on 20 Apr 2011 at 6:15

GoogleCodeExporter commented 9 years ago
A nice example can also be found at

http://code.google.com/apis/checkout/developer/Google_Checkout_Custom_Processing
_How_To.html

Original comment by joseph.f...@gmail.com on 20 Apr 2011 at 6:16

GoogleCodeExporter commented 9 years ago
Issue 54 has been merged into this issue.

Original comment by joseph.f...@gmail.com on 21 Apr 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Download the examples and look at api25notification

Original comment by joseph.f...@gmail.com on 21 Apr 2011 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by joseph.f...@gmail.com on 21 Apr 2011 at 9:36

GoogleCodeExporter commented 9 years ago
The examples can be found on the download tab

Original comment by joseph.f...@gmail.com on 21 Apr 2011 at 9:40