How to setup PayPal "Buy Now" button with ASP.NET (C#)
- Description
- Curriculum
- FAQ
- Reviews
This course is designed for web developers who needs to create a PayPal "Buy Now" button on their webpage. You are expected to have basic ASP.NET (C#) programming knowledge.
This online training video series explains how the Buy Now button works and how to create an IPN listener (asp.net webpage) to receive payment notifications from PayPal and also verify the validity of the payment with PayPal. The source code for the Visual Studio project, ASP.NET (C#), is available for download.
The visual instructions are easy to follow and the mouse clicking was highlighted with circles.
-
1Introduction
Introduction to the course.
Topics include:
How the “Buy Now” button and Instant Payment Notification (IPN) work;
How to create a test PayPal account and set up the IPN preferences;
How to create a “Buy Now” button and add it into your web page;
How to create an IPN listener* to handle IPN messages and verify the payment;
Testing the “Buy Now” button;
Making the “Buy Now” button live on your website.* Asp.net (c#)webpage and code examples are available for download
-
2How the "Buy Now" button and IPN work
Explain how the Buy Now button and IPN work
-
5Create a Buy Now button on PayPal
This video shows you how to create a Buy Now button on PayPal.
-
6Put the Buy Now button into your webpage
This video shows you how to copy and paste the Buy Now button code into your webpage.
-
7Create an IPN listener with ASP.NET (C#) - Source Code Downloadable
This video shows you how to create an IPN listener in Visual Studio 2012.
-
8Testing the IPN Listener