tags:

views:

122

answers:

1

Hi Every One,

I'm thinking about making a subscription system.

The samples on the website I found to be difficult to follow because they are separated classes for very specific issues.

From what I understand (if I'm not wrong) the PayPal Recurring is the best choice for subscription system.

However I hope that you can help me to find a complete sample about PayPal Recurring using .NET.

A: 

I have not used recurring billing in paypal, but this looks like a good sample: http://www.codeproject.com/KB/dotnet/PayPal.aspx

However, you can also use Authorize.NET which offers recurring billing as well.

Dustin Laine