Logo
PayPal IPN for ASP.NET
 
About  |  Download  |  Support  |  Documentation

Respond to and process IPN posts: No need to write code to connect to PayPal's servers, verify transactions, and capture PayPal IPN variables. Everything related to communicating with PayPal is taken care of...

Verifies transactions and handles errors: The component takes care of detecting whether the transaction is verified or invalid. It also detects and reports other errors, including whether there are communications problems with PayPal or if no string was posted to the page.

Data-type conversions: By default, all of the variables are handled as strings by ASP.NET. What use is a date or monetary amount in string format? PayPal IPN for ASP.NET automatically converts many variables to their proper (and useful) data type. This makes coding easier, cleaner, and faster for you.

Shopping cart support: How do you easily manipulate the contents of a shopping cart when PayPal sends you variables like item_name1 and quantity3? In PayPal IPN for ASP.NET, shopping cart items are stored in arrays, which you can easily cycle through to store in a database or send in an e-mail.

Full sample code included: We didn't just put together a few basic features of the product to create "sample code". With the sample code included with PayPal IPN for ASP.NET, you can test your application without sending payments through PayPal, store the contents of a shopping cart and related order info in a relational database, view orders, and more! You can be up and running by changing as little as 1 line of code!

No server-side setup: Unlike other PayPal IPN components for ASP, this does not need to be installed on the server by an administrator. Not only is this a difficult process, most webhosts will not do this. The PayPal IPN for ASP.NET DLL is installed simply by copying it to the /bin folder on your ASP.NET website. That's it!

Now Free!: This product is now available for free with full source code. Shore Computers no longer provide any technical support for this product though.

PayPal IPN Diagram
PayPal IPN Diagram

View the documentation for more information about how PayPal IPN for ASP.NET is used.

Sunday, September 07, 2008
Copyright 2007 Shore Computers, LLC. All Rights Reserved.