Click here to Skip to main content
15,894,343 members
Articles / Web Development / ASP.NET

Selling software using PayPal IPN as an eCommerce platform

Rate me:
Please Sign up or sign in to vote.
4.82/5 (9 votes)
16 May 2012CPOL8 min read 45K   1.8K   68  
Use PayPal API to automatize software selling, send templatized emails with license keys to customers

This article appears in the Third Party Products and Tools section. Articles in this section are for the members only and must not be used to promote or advertise products in any way, shape or form. Please report any spam or advertising.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>Your ##PRODUCT_NAME## License Information</title>
	</head>
	<body>
        <p>Hello,</p>
        
        <p>Thank you for your purchase of ##PRODUCT_NAME##.</p>

        <p>Here is your license key: ##LICENSE_KEY##</p>

        <p>
            Thank you,<br />
            The Sales Team
        </p>
	</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions