PayPalAdaptivePaymentsSDK 2.14.117

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

// Install PayPalAdaptivePaymentsSDK as a Cake Tool
#tool nuget:?package=PayPalAdaptivePaymentsSDK&version=2.14.117

The PayPal Adaptive Payments SDK provides the following methods:
Payments:
Pay: Transfers funds from a sender's PayPal account to one or more receivers' PayPal accounts (up to 6 receivers)
PaymentDetails: Obtains information about a payment created with the Pay API operation
ExecutePayment: Executes a payment
GetPaymentOptions: Obtain the settings specified with the SetPaymentOptions API operation
SetPaymentOptions: Sets payment options
Preapprovals:
Preapproval: Sets up preapprovals, which is an approval to make future payments on the sender's behalf
PreapprovalDetails: Obtains information about a preapproval
CancelPreapproval: Cancels a preapproval
Other Operations:Refund: Refunds all or part of a payment
ConvertCurrency: Obtains the current foreign exchange (FX) rate for a specific amount and currency
GetFundingPlans: Determines the funding sources that are available for a specified payment
GetShippingAddresses: Obtains the selected shipping address

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 Downloads Last updated
2.15.117 139,091 12/15/2015
2.14.117 22,853 4/22/2015
2.13.117 12,808 11/11/2014
2.12.117 2,679 9/12/2014
2.11.117 1,623 9/10/2014
2.10.117 1,693 9/3/2014
2.9.110 13,942 2/27/2014
2.9.109 2,173 1/13/2014
2.8.109 1,871 12/24/2013
2.7.109 2,564 11/14/2013
2.6.106 12,748 8/22/2013
2.5.103 2,788 6/11/2013
2.4.101 2,266 4/30/2013
2.4.100 2,018 3/27/2013
2.3.98 1,916 2/12/2013
2.1.96 1,878 12/27/2012

Version 2.14.117 - April 2, 2015

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.13.117 - November 11, 2014

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.12.117 - September 12, 2014

- Fixing chained payments - parameterized booleans must be lowercase

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.12.117.
--------------------------------------------------------------------------------------------------
Version 2.11.117 - September 10, 2014

- NuGet dependency fix

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.11.117.
--------------------------------------------------------------------------------------------------
Version 2.10.117 - September 02, 2014

- Updated stubs for 117 release
   - Updated core SDK to 1.4.2


You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.10.117.
--------------------------------------------------------------------------------------------------
Version 2.9.110 - February 27, 2014

- Update stubs


You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.9.110.
--------------------------------------------------------------------------------------------------
Version 2.9.109 - January 13, 2014

- Bug fix in Reversing Parallel Payments


You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.9.109.
--------------------------------------------------------------------------------------------------
Version 2.8.109 - December 24, 2013

- Bug fix in Chained Payments


You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.8.109.
--------------------------------------------------------------------------------------------------
Version 2.7.109 - November 07, 2013

- Updated stubs
- Updated new version of core SDK.

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.7.109.
--------------------------------------------------------------------------------------------------
Version 2.6.106 - August 22, 2013

- Updated stubs.
- Updated samples to showcase dynamic configuration.

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.6.106.
--------------------------------------------------------------------------------------------------
Version 2.5.103 - June 07, 2013

- Updated stubs for 103 release.

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.5.103.
--------------------------------------------------------------------------------------------------
Version 2.4.101 - April 30, 2013

- Updated core dll.
- Updated stubs for 101 release.

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.4.101.
--------------------------------------------------------------------------------------------------
Version 2.4.100 - March 26, 2013

- Updated stubs for 100 release
- Added dynamic configuration support by passing configuration parameters using hash map.
- Added intellisense support.

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-sdk-dotnet/tree/v2.4.100.
--------------------------------------------------------------------------------------------------
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/adaptivepayments-sdk-dotnet/tree/v2.3.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 portname for using different sdks together.
- Fixes for serialization issue (https://github.com/paypal/merchant-sdk-java/issues/1)

You can see source code of this release in github under https://github.com/paypal/adaptivepayments-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
     ICredntial and pass ICredential as a parameter to  API call
   - DOTNET code Refactoring bug fixed (refer : https://github.com/paypal/SDKs/issues/34)
--------------------------------------------------------------------------------------------------


Version 1.2.95 - September 28, 2012

- Updated SDK sample
- Assembly files are updated with assembly versions.(https://github.com/paypal/SDKs/issues/18)
--------------------------------------------------------------------------------------------------


Version 1.1.93 - August 13, 2012

- SDK refreshed to Release 1.8.1. Please refer https://www.x.com/developers/paypal/documentation-tools/release-notes#AdaptivePaymentsAPI
- 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.88 - July 11, 2012
   - Nant script added for SDK automation.
   
-------------------------------------------

Release Date - 11-Apr-2012

- wsdl update vesion 88.0
- Fix for de-serialization issue with some nested objects

PayPal Adaptive Payments C# SDK - 0.6.86
----------------------------------------

Release Date - 27-Feb-2012

- Initial release