ASP.NET Paypal IPN receipt code.
I have an asp.net MVC site with a page designated to receive Paypal IPN payments.
I need the code to receive IPN Posts in my controllers post method.
The site is a subscription service, so I need all the fields relevant to paypal subscriptions exposed as variables so that I can use them to update my database.
If I’m happy with the results, I have a similar project for the programmer.