PayPalButtonManagerSDK 2.3.98

Suggested Alternatives

PayPalServerSDK

There is a newer version of this package available.
See the version list below for details.
dotnet add package PayPalButtonManagerSDK --version 2.3.98
                    
NuGet\Install-Package PayPalButtonManagerSDK -Version 2.3.98
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PayPalButtonManagerSDK" Version="2.3.98" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PayPalButtonManagerSDK" Version="2.3.98" />
                    
Directory.Packages.props
<PackageReference Include="PayPalButtonManagerSDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PayPalButtonManagerSDK --version 2.3.98
                    
#r "nuget: PayPalButtonManagerSDK, 2.3.98"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PayPalButtonManagerSDK@2.3.98
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PayPalButtonManagerSDK&version=2.3.98
                    
Install as a Cake Addin
#tool nuget:?package=PayPalButtonManagerSDK&version=2.3.98
                    
Install as a Cake Tool

The PayPal Button Manager SDK provides the following methods:
BMButtonSearch API Operation (NVP/SOAP): Use the BMButtonSearch API operation to obtain a list of your hosted Website Payments Standard buttons.
BMCreateButton API Operation (NVP/SOAP): Use the BMCreateButton API operation to create a Website Payments Standard button.
BMGetButtonDetails API Operation (NVP/SOAP): Use the BMGetButtonDetails API operation to obtain information about a hosted Website Payments Standard button.
BMGetInventory API Operation (NVP/SOAP): Use the BMGetInventory API operation to determine the inventory levels and other inventory-related information for a button and menu items associated with the button.
BMManageButtonStatus API Operation (NVP/SOAP): Use the BMManageButtonStatus API operation to change the status of a hosted button. Currently, you can only delete a button.
BMSetInventory API Operation (NVP/SOAP): Use the BMSetInventory API operation to set the inventory level and inventory management features for the specified button.
BMUpdateButton API Operation (NVP/SOAP): Use the BMUpdateButton API operation to modify a Website Payments Standard button that is hosted on PayPal.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version 2.3.98 - February 12, 2013
 - Updated IPN Listener in samples for IPN core class fix.
You can see source code of this release in github under https://github.com/paypal/buttonmanager-sdk-dotnet/tree/v2.3.98.