PayPalCoreSDK 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PayPalCoreSDK --version 1.0.0
                    
NuGet\Install-Package PayPalCoreSDK -Version 1.0.0
                    
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="PayPalCoreSDK" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PayPalCoreSDK" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="PayPalCoreSDK" />
                    
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 PayPalCoreSDK --version 1.0.0
                    
#r "nuget: PayPalCoreSDK, 1.0.0"
                    
#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 PayPalCoreSDK@1.0.0
                    
#: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=PayPalCoreSDK&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=PayPalCoreSDK&version=1.0.0
                    
Install as a Cake Tool

The PayPal Core SDK addresses the essential needs of the PayPal API caller:
Frequent and up-to-date releases: The PayPal Core SDK is available on NuGet, which translates as immediate SDK refreshes upon updates to PayPal APIs.
Simpler configuration: A single configuration file that lets you manage your API credentials (supports multiple credentials), connectivity details, and service endpoints.
Error log: The PayPal Core SDK uses the log4net tool to log output statements to a text file to help locate the problem.
Backward compatibility: The PayPal Core SDK developed in .NET Framework 2.0 should compile on later versions of the .NET Framework.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PayPalCoreSDK:

Package Downloads
PayPalMerchantSDK

The PayPal Merchant SDK provides the following: SetExpressCheckout API Operation (NVP/SOAP): The SetExpressCheckout API operation initiates an Express Checkout transaction. DoDirectPayment API Operation (NVP/SOAP): The DoDirectPayment API Operation enables you to process a credit card payment. MassPay API Operation (NVP/SOAP): The MassPay API operation makes a payment to one or more PayPal account holders. GetRecurringPaymentsProfileDetails API Operation (NVP/SOAP): Obtain information about a recurring payments profile. ManageRecurringPaymentsProfileStatus API Operation (NVP/SOAP): The ManageRecurringPaymentsProfileStatus API operation cancels, suspends, or reactivates a recurring payments profile. UpdateRecurringPaymentsProfile API Operation (NVP/SOAP): The UpdateRecurringPaymentsProfile API operation updates a recurring payments profile. DoReferenceTransaction API Operation (NVP/SOAP): The DoReferenceTransaction API operation processes a payment from a buyer’s account, which is identified by a previous transaction.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.7.0 415 12/15/2015
1.6.3 2,677 9/25/2015
1.6.2 8,431 4/29/2015
1.6.1 6,543 4/22/2015
1.6.0 20,748 11/11/2014
1.5.2 1,417 10/23/2014
1.5.1 2,006 10/9/2014
1.5.0 2,189 9/9/2014
1.4.2 26,428 1/22/2014
1.4.1 23,662 9/27/2013
1.4.0 222 9/26/2013
1.3.5 11,597 9/11/2013
1.3.4 3,813 7/31/2013
1.3.3 1,413 7/24/2013
1.3.2 1,894 6/21/2013
1.3.1 1,744 5/30/2013
1.3.0 1,658 4/26/2013
1.2.0 1,137 3/27/2013
1.1.1 656 3/12/2013
1.0.1 1,007 2/12/2013
1.0.0 442 12/27/2012

Version 1.0.0 - August 13, 2012
- Initial Release