Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am attempting to create an ASP.NET page that would respond to IPN from Amazon. I would take that information and update my database with it. I am not sure how to get started on such a page.

Thanks.
Posted
Updated 15-Jul-12 11:40am
v2
Comments
Yvan Rodrigues 15-Jul-12 17:41pm    
What have you tried so far?

1 solution

Hi,

The post information is generally done via the query string. You would gather the IPN details from the query string using request.querystring("Key").

There is a great example here:
http://dotnet.dzone.com/news/amazon-simple-pay-aspnet[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900