PayPalAdaptivePaymentsSDK 2.1.96
See the version list below for details.
dotnet add package PayPalAdaptivePaymentsSDK --version 2.1.96
NuGet\Install-Package PayPalAdaptivePaymentsSDK -Version 2.1.96
<PackageReference Include="PayPalAdaptivePaymentsSDK" Version="2.1.96" />
paket add PayPalAdaptivePaymentsSDK --version 2.1.96
#r "nuget: PayPalAdaptivePaymentsSDK, 2.1.96"
// Install PayPalAdaptivePaymentsSDK as a Cake Addin #addin nuget:?package=PayPalAdaptivePaymentsSDK&version=2.1.96 // Install PayPalAdaptivePaymentsSDK as a Cake Tool #tool nuget:?package=PayPalAdaptivePaymentsSDK&version=2.1.96
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.14.117 | 1,980 | 4/22/2015 |
2.13.117 | 1,578 | 11/11/2014 |
2.12.117 | 731 | 9/12/2014 |
2.11.117 | 76 | 9/10/2014 |
2.10.117 | 167 | 9/3/2014 |
2.9.110 | 1,891 | 2/27/2014 |
2.9.109 | 107 | 1/13/2014 |
2.8.109 | 68 | 12/24/2013 |
2.7.109 | 103 | 11/14/2013 |
2.6.106 | 183 | 8/22/2013 |
2.5.103 | 72 | 6/11/2013 |
2.4.101 | 60 | 4/30/2013 |
2.4.100 | 78 | 3/27/2013 |
2.3.98 | 60 | 2/12/2013 |
2.1.96 | 59 | 12/27/2012 |
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/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 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
- 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 (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
-----------------------------------------------------------------------------
Version 0.6.86 - April 11, 2012
- WSDL update version 88.0
- Fix for de-serialization issue with some nested objects
-----------------------------------------------------------------------------
Release Date - February 27, 2012
- Initial Release