PayPalAdaptiveAccountsSDK 2.2.98

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

// Install PayPalAdaptiveAccountsSDK as a Cake Tool
#tool nuget:?package=PayPalAdaptiveAccountsSDK&version=2.2.98

The PayPal Adaptive Accounts SDK provides the following methods:
CreateAccount: Creates PayPal accounts.
AddBankAccount: Link bank accounts to PayPal accounts as funding sources.
AddPaymentCard: Link payment cards to PayPal accounts as funding sources
SetFundingSourceConfirmed: Set the funding source to confirmed; they may set the account to PayPal Verified status.
GetVerifiedStatus: Verify PayPal accounts by matching account holder criteria such as the account holder’s email address.
Get User Agreement: The GetUserAgreement method lets you retrieve the user agreement for the customer to approve the new PayPal account.

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 Downloads Last updated
2.9.110 96,057 12/15/2015
2.8.110 6,597 10/7/2015
2.7.110 1,931 4/22/2015
2.6.110 2,480 11/11/2014
2.6.109 3,201 11/14/2013
2.5.106 1,414 8/22/2013
2.4.102 1,737 5/27/2013
2.4.101 1,375 4/30/2013
2.4.100 1,312 3/27/2013
2.3.98 1,428 2/12/2013
2.2.98 1,244 2/6/2013
2.1.96 1,224 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/adaptiveaccounts-sdk-dotnet/tree/v2.2.98
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 2.1.96 - December 14, 2012
- Added support for Instant Payment Notification (Vide IPN-README.md)
- Added new feature for supporting multiple endpoints based on Port Name for using different SDKs together
- Fix 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/adaptiveaccounts-sdk-dotnet/tree/v2.1.96
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 2.0.96 - November 28, 2012
- SDK refreshed to Release 96
- Added support for passing credentials dynamically for Authentication, henceforth the call wrappers accept an argument for passing credentials
- Added new type ThirdPartyAuthorization to support Subject and Token based Authorizations
- Deprecated setAccessToken and setTokenSecret
- Instance of ThirdPartyAuthorization can be set to an ICredntial, which can be passed as a parameter to API call
- Refactoring issue fix (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 Core - Deserialization Logic Change
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 1.0.92 - July 30, 2012
- Stable Release
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.7.92 - July 17, 2012
- WSDL update version 0.7.92
----------------------------------------------------------------------------------------------------------------------------------------------------------
Version 0.7.86 - July 11, 2012
- NAnt script added for SDK automation
----------------------------------------------------------------------------------------------------------------------------------------------------------
Release – April 11, 2012
- WSDL update version 88.0
- Fix for incorrect Permissions header (X-PP-AUTHORIZATION)

PayPal Adaptive Accounts .NET SDK - 0.6.86
----------------------------------------------------------------------------------------------------------------------------------------------------------
Initial Release – February 27, 2012