Skip to content

kleopatra999/buttonmanager-sdk-dotnet

 
 

Repository files navigation

The repository contains the PayPal Button Manager SDK C#.NET Class Library Application and the ButtonManagerAPISample Sample ASP.NET C# Web Application.

TLSv1.2 Update

The Payment Card Industry (PCI) Council has mandated that early versions of TLS be retired from service. All organizations that handle credit card information are required to comply with this standard. As part of this obligation, PayPal is updating its services to require TLS 1.2 for all HTTPS connections. At this time, PayPal will also require HTTP/1.1 for all connections. Click here for more information

A new mode has been created to test if your server/machine handles TLSv1.2 connections. Please use security-test-sandbox mode instead of sandbox to verify. You can return back to sandbox mode once you have verified.

SDK Integration

  • Integrate the PayPal Button Manager SDK with an ASP.NET Web Application

  • Use NuGet to install the 'PayPalButtonManagerSDK' package

  • The NuGet package installs the dependencies to the solution and automatically updates the project

  • Dependent library references: • 'log4net.dll' • 'PayPalCoreSDK.dll' • 'PayPalButtonManagerSDK.dll'

  • Namespaces: • PayPal • PayPal.PayPalAPIInterfaceService • PayPal.PayPalAPIInterfaceService.Model • PayPal.Util • PayPal.Exception

Using Classic SDKs and PayPal .NET SDK

See here for instructions on how to use this SDK along with the PayPal .NET SDK.

Help

  • Build.bat - Automation script that builds the PayPal Button Manager SDK C#.NET Class Library Application in release mode and copies the built dlls to the lib folder in the ButtonManagerSampleApp Sample ASP.NET C# Web Application

  • Changelog.txt - Release Notes

  • DotNetSDK.SandcastleGUI - Tool to create the documentation of the PayPal Button Manager SDK

  • LICENSE.txt - PayPal, Inc. SDK License

  • Installing NuGet in Visual Studio 2010 and 2012.pdf - Guide to Install NuGet in Visual Studio 2010 and 2012

  • Integrating NuGet with Visual Studio 2005 and 2008.pdf - Guide to Integrate NuGet with Visual Studio 2005 and 2008

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%