dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online Memberspiyusha
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Resources » .NET programming » ASP.NET/Web Applications

How to integrate ASP.NET with Paypal


Posted Date:     Category: ASP.NET/Web Applications    
Author: Member Level: Gold    Points: 50


Are you looking for ways to integrate ASP.NET web applications with Paypal? In this article, I will give an overview in to integrating ASP.NET with Paypal to receive payments in your website using Paypal Payment Gateway.



 


Paypal offers a payment gateway, which can be used by online merchants to receive credit card payments. Paypal is much more than a payment gateway, but in this article, I am discussing how to use it as a payment gateway to accept credit card payments and how to integrate it with ASP.NET.

Options to accept credit card payments using Paypal in an ASP.NET application


There are several ways you can accept credit card payment and integrate with ASP.NET websites. Some of them are:

1. Create Paypal buttons in your ASP.NET website and allow users to click on them to buy one or more products or services. This approach does not require any programming knowledge. However, you have little control on how the payments are handled in your ASP.NET application. Most of the processing happens at the Paypal website.

In this approach, you will go through a wizard and create a "Buy Now" button at Paypal website. Paypal will generate some HTML script for you and you can place it in your ASP.NET web application. In fact, this can be used in Non-ASP.NET web apps too since it is plain HTML.

This is a very easy to implement method of integrating Paypal payment options in to an ASP.NET application, however, it does not give you much flexibility in terms of customization.

2. Use third party shopping carts that support ASP.NET Paypal integration. If you are ready to spend some money to buy third party services, you can go for this option. You can purchase third party shopping cart services which use Paypal as payment gateway and integrate Paypal payments in to your ASP.NET applications.

3. Custom Paypal integration with ASP.NET
If you are a developer or you have a development team, you can integrate Paypal with your website using Paypal APIs. You will have to write code to make calls to Paypal APIs through the web and have to handle the responses from the payment gateway. This is a pretty complex method and you will be responsible for various steps in the payment process including offering your own shopping cart and checkout process.

Learn more about Paypal integration options.

4. Paypal Express Checkout
Paypal Express Checkout is another way of accepting Paypal payments through custom integration of Paypal APIs. In this approach, you have to build all the webpages involved in the checkout and payment process. In each step of the payment process, you will call one or more Paypal APIs and Paypal will call back your web pages with some updates on the payment process.

Read more about Paypal Express Checkout and how to integrate it in to your website.




Read related articles: ASP.NET Paypal Integration    


Did you like this resource? Share it with your friends and show your love!


Responses to "How to integrate ASP.NET with Paypal"
Author: ANIL    21 Aug 2012Member Level: Bronze   Points : 1
why your entered vales dynamically?
I want to display vales from database

WHAT IS THIS add key="token" value="PW1BDVNqVPVanwduF_Tb2Ey91aT1Uhx1kL7HPc-7e8S-6AnUwSSHyasolSe"
I am process same process your steps but getting an Error
Error is:At this time, we are unable to process your request. Please return to anilgbabu@gmail.com and try another option.



Author: SHANI KUMAR GUPTA    05 Sep 2012Member Level: Bronze   Points : 0
If you give some example code then it will be better to understand rather than studying only theory.


Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: Send Email from your Gmail Account using ASP.NET
    Previous Resource: How to Improve the Performance of WebApplication by reducing the pagesize
    Return to Resources
    Post New Resource
    Category: ASP.NET/Web Applications


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    (No tags found.)



    Follow us on Twitter: https://twitter.com/dotnetspider

    Active Members
    TodayLast 7 Daysmore...

    Awards & Gifts
    Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.