How can i integrate PayPal with ASP.NET, do you have any sites that can get me started or links to any tutorials?
+6
A:
You'll have to use Paypal IPN for that. My site runs with Perl, but the way it basically works is as follows:
- Customer fills out an order form at my site with their name, address, email.
- Customer is being redirected to Paypal
- Upon successful payment via Paypal, Paypal calls my IPN-compliant script
- My script sends me an e-mail notifying me about the completed order
If the customer does not pay within 30 minutes or so, my database also sends him a reminder with a Paypal payment link for the respective order.
Adrian Grigore
2009-03-12 11:03:12
+2
A:
Download the ASP.NET E-Commerce Start Kit, which is now "DashCommerce". It has PayPal implemented. http://dashcommerce.org/
Junto
2009-08-12 15:51:02