-1

I cannot seem to get any specific code with regards to IPN listeners and post backs with MVC3.

Please can someone provide me with the code for this. Struggling now for weeks, to get it.

I have managed to get the normal redirecting to Sandbox, but just the IPN stuff i need.

Can anyone assist me.

Thank you

Naren Gokal
  • 117
  • 8
  • 21
  • possible duplicate of http://stackoverflow.com/questions/2447468/paypal-ipn-listener-for-asp-net-mvc – nemesv Aug 21 '12 at 12:53

1 Answers1

2

It seems as though there is a lot of code available, check this article Paypal IPN Listener for ASP.NET MVC

Which links to this http://blog.wekeroad.com/2008/10/11/mvcstore-part-22

Which also links to this https://mvcsamples.svn.codeplex.com/svn/trunk/Kona.Web/Controllers/PayPalController.cs

I also recommend reading this http://www.superstarcoders.com/blogs/posts/paypal-with-asp-net-mvc.aspx

And, this http://www.xdevsoftware.com/PPIPNDesc.aspx

And, this http://www.arunrana.net/2012/01/paypal-integration-in-mvc3-and-razor.html

Community
  • 1
  • 1
user1477388
  • 20,790
  • 32
  • 144
  • 264