Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to setup PayPal "Buy Now" button with ASP.NET (C#)
Rating: 4.2 out of 5(22 ratings)
316 students

How to setup PayPal "Buy Now" button with ASP.NET (C#)

Learn how to create a "Buy Now" button at PayPal and create an IPN listener (asp.net webpage) to handle the IPN messages
Created byLin Zhang
Last updated 6/2014
English

What you'll learn

  • You will know how to create a sandbox account at PayPal for testing purpose
  • You will know how to configure the IPN preferences at PayPal
  • You will know how to create a BUY NOW button at PayPal
  • You will know how to copy and paste the BUY NOW button code into your webpage
  • You will know how to create an IPN listener (asp.net webpage using C#)
  • You will know how to test your IPN listener and Buy Now button

Course content

5 sections12 lectures43m total length
  • Introduction1:37

    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

  • How the "Buy Now" button and IPN work1:20

    Explain how the Buy Now button and IPN work

Requirements

  • Basic ASP.NET (C#) programming knowledge

Description

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.

Who this course is for:

  • Web develeopers with basic ASP.NET (C#) programming knowledge