PayPalMerchantSDK 2.2.98

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

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.

There are no supported framework assets in this 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 Downloads Last Updated
2.16.117 256 12/15/2015
2.15.117 9,274 4/22/2015
2.14.117 8,957 12/31/2014
2.13.117 8,363 11/11/2014
2.12.117 2,242 9/10/2014
2.11.117 1,113 8/22/2014
2.10.116 325 8/14/2014
2.7.109 20,902 11/14/2013
2.6.106 6,050 8/22/2013
2.5.103 2,712 6/11/2013
2.4.102 348 5/27/2013
2.4.101 890 4/30/2013
2.4.100 706 3/27/2013
2.3.98 630 2/12/2013
2.2.98 177 2/6/2013
2.1.96 350 12/27/2012

Version 2.2.98 - February 05, 2013
- Updated stubs for 98 Release
- Added Nuget support.
The source code of this release is in GitHub: https://github.com/paypal/merchant-sdk-dotnet/tree/v2.2.98.
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 2.1.96 - December 14, 2012
- Added support for Instant Payment Notification (Refer IPN-README.md for more details)
- Added new feature for supporting multiple endpoints based on port name for using different SDKs together
- Fixes for serialization issue (https://github.com/paypal/merchant-sdk-java/issues/1)
- The source code of this release is in GitHub (https://github.com/paypal/merchant-sdk-dotnet/tree/v2.1.96)
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 2.0.96 - November 28, 2012
- SDK refreshed to Release 96
- Added support for passing in credentials dynamically for Authentication, now the call wrappers have an argument for passing credentials
- New type ThirdPartyAuthorization has been added to support Subject and Token based Authorizations. The earlier setAccessToken and setTokenSecret have been deprecated. You can set an instance of ThirdPartyAuthorization to an ICredential object and pass it as a parameter to the API call
- Refactoring bug fixed (https://github.com/paypal/SDKs/issues/34)
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 1.2.95 - September 28, 2012
- SDK refreshed to Release 95
- SDK now supports third party permission by subject header. Configure subject header in the configuration file i.e., third party merchant (email address), who has given permission to the caller to call the API on his or her behalf
- Bug fixed for 'convertToXML' method for not escaping xml element correctly (https://github.com/paypal/SDKs/issues/17)
- Assembly files are updated with assembly versions (https://github.com/paypal/SDKs/issues/18)
- Bug fixed for BasicAmountType serialization without currencyID attribute (https://github.com/paypal/SDKs/issues/23)
- Updated SDK sample
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 1.1.93 - August 14, 2012
- SDK refreshed to Release 93 (https://www.x.com/developers/paypal/documentation-tools/release-notes#MerchantAPI)
- SDK Core - Deserialization Logic Change
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 1.0.92 - July 30, 2012
- Stable Release
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.8.92 - July 17, 2012
- WSDL update version 0.8.92
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.8.90 - July 11, 2012
- NAnt script added for SDK automation
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.8.90 - June 11, 2012
- WSDL update version 90.0
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.8.88 - May 11, 2012
- WSDL update version 88.0
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.7.86 - April 17, 2012
- Fix for incorrect Permissions header (X-PP-AUTHORIZATION)
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.6.86 - February 27, 2012
- Initial Release