How to safely use PayPal IPN with Asp.Net MVC

Posted by Picflight on Stack Overflow See other posts from Stack Overflow or by Picflight
Published on 2010-06-02T19:12:56Z Indexed on 2010/06/02 19:34 UTC
Read the original article Hit count: 1364

Filed under:
|
|

Here are two sources for PayPal IPN:

DNN has a loop in the beginning of the Page_Load method that captures txn_type and txn_id, which I don't see in the Kona code.
DNN also captures payer email and other information into local variables.
I am trying to make sure that I incorporate some of the security checks that I see in DNN into my MVC IPN.

How do I do what DNN is doing with MVC 2 with Kona as the base?
Is the Kona.Web IPN safe for production, does it need some more tweaking?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc-2