Click here to Skip to main content
15,881,281 members
Articles / Web Development / ASP.NET

Online Credit Card Transaction in ASP.NET Using PayPal Payflow Pro

Rate me:
Please Sign up or sign in to vote.
4.91/5 (52 votes)
8 Feb 2011CPOL7 min read 448.5K   13.9K   173  
This article shows you how to implement the online credit card transaction in ASP.NET using .NET SDK for PayPal Payflow Pro

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "PayPalPayflowPro", "..\PayPalPayflowPro", "{BC4E4D7F-9573-463A-A85F-2EB8CC039DED}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
		Debug.AspNetCompiler.VirtualPath = "/PayPalPayflowPro"
		Debug.AspNetCompiler.PhysicalPath = "..\PayPalPayflowPro\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\PayPalPayflowPro\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/PayPalPayflowPro"
		Release.AspNetCompiler.PhysicalPath = "..\PayPalPayflowPro\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\PayPalPayflowPro\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "28243"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{BC4E4D7F-9573-463A-A85F-2EB8CC039DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BC4E4D7F-9573-463A-A85F-2EB8CC039DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Web & Database Developer. Design and implement web and database applications utilizing Microsoft and other development tools.

Comments and Discussions