PayPalAdaptiveAccountsSDK 2.6.110
See the version list below for details.
dotnet add package PayPalAdaptiveAccountsSDK --version 2.6.110
NuGet\Install-Package PayPalAdaptiveAccountsSDK -Version 2.6.110
<PackageReference Include="PayPalAdaptiveAccountsSDK" Version="2.6.110" />
paket add PayPalAdaptiveAccountsSDK --version 2.6.110
#r "nuget: PayPalAdaptiveAccountsSDK, 2.6.110"
// Install PayPalAdaptiveAccountsSDK as a Cake Addin #addin nuget:?package=PayPalAdaptiveAccountsSDK&version=2.6.110 // Install PayPalAdaptiveAccountsSDK as a Cake Tool #tool nuget:?package=PayPalAdaptiveAccountsSDK&version=2.6.110
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 | Versions 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. |
-
- PayPalCoreSDK (>= 1.6.0)
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 | 101,961 | 12/15/2015 | |
2.8.110 | 6,848 | 10/7/2015 | |
2.7.110 | 1,996 | 4/22/2015 | |
2.6.110 | 2,550 | 11/11/2014 | |
2.6.109 | 3,264 | 11/14/2013 | |
2.5.106 | 1,475 | 8/22/2013 | |
2.4.102 | 1,788 | 5/27/2013 | |
2.4.101 | 1,429 | 4/30/2013 | |
2.4.100 | 1,364 | 3/27/2013 | |
2.3.98 | 1,491 | 2/12/2013 | |
2.2.98 | 1,300 | 2/6/2013 | |
2.1.96 | 1,291 | 12/27/2012 |
v2.6.110 - November 11, 2014
- Updated Core SDK dependency
v2.6.109 - November 07, 2013
- Updated stubs
- Updated new version of core SDK
v2.5.106 - August 22, 2013
- Updated samples to showcase dynamic configuration.
v2.4.102 - May 23, 2013
- Updated sdk version.
v2.4.101 - April 30, 2013
- Updated core dll.
v2.4.100 - March 27, 2013
- Updated stubs for 100 release
- Added dynamic configuration support by passing configuration parameters using hash map.
- Added intellisense support.
v2.3.98 - February 12, 2013
- Updated IPN Listener in samples for IPN core class fix.
v2.2.98 - February 05, 2013
- Updated stubs for 98 release.
- Added Nuget support.
v2.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)
v2.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)
v1.2.95 - September 28, 2012
- Updated SDK sample
- Assembly files are updated with assembly versions.(https://github.com/paypal/SDKs/issues/18)
v1.1.93 - August 13, 2012
- SDK Core - Deserialization Logic Change
v1.0.92 - July 30, 2012
- Stable release
v0.7.92 - July 17, 2012
- wsdl update version 0.7.92
v0.7.86 - July 11, 2012
- Nant script added for SDK automation.
Release Date - 11-Apr-2012
- Wsdl update version 88
- Fix for incorrect Permissions header (X-PP-AUTHORIZATION)
v0.6.86 - 27-Feb-2012
- Initial release