PayPalInvoiceSDK 2.9.117

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

// Install PayPalInvoiceSDK as a Cake Tool
#tool nuget:?package=PayPalInvoiceSDK&version=2.9.117

The PayPal Invoice SDK provides the following:
CreateInvoice API Operation: Use the CreateInvoice API operation to create a new invoice. The call includes merchant, payer, and API caller information, in addition to invoice detail. The response to the call contains an invoice ID and URL.

CancelInvoice API Operation: Use the CancelInvoice API operation to cancel an invoice.

CreateAndSendInvoice API Operation: Use the CreateAndSendInvoice API operation to create and send an invoice.

GetInvoiceDetails API Operation: Use the GetInvoiceDetails API operation to get detailed information about an invoice.

MarkInvoiceAsPaid API Operation: Use the MarkInvoiceAsPaid API operation to mark an invoice as paid.

MarkInvoiceAsRefunded API Operation: Use the MarkInvoiceAsRefunded API operation to mark an invoice as refunded. This API operation canonly be used for full refunds.

MarkInvoiceAsUnpaid API Operation: Use the MarkInvoiceAsUnpaid API operation to mark an invoice as unpaid.

SearchInvoices API Operation: Use the SearchInvoice API operation to search an invoice.

SendInvoice API Operation: Use the SendInvoice API operation to send an invoice to a payer, and notify the payer of the pending invoice.

UpdateInvoice API Operation: Use the UpdateInvoice API operation to update an invoice.

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.10.117 10,824 12/15/2015
2.9.117 2,299 4/22/2015
2.8.117 2,255 11/11/2014
2.7.117 2,162 9/10/2014
2.6.117 1,563 9/3/2014
2.5.109 3,327 11/14/2013
2.4.106 1,741 8/22/2013
2.3.103 1,817 6/11/2013
2.2.101 1,710 4/30/2013
2.2.100 1,709 3/27/2013
2.1.96 1,724 12/27/2012

Version 2.9.117 - April 22, 2015

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.8.117 - November 11, 2014

- Updated Core SDK dependency

--------------------------------------------------------------------------------------------------
Version 2.7.117 - September 10, 2014

- NuGet dependency fix

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

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

You can see source code of this release in github under https://github.com/paypal/invoice-sdk-dotnet/tree/v2.6.117.
--------------------------------------------------------------------------------------------------
Version 2.5.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/invoice-sdk-dotnet/tree/v2.5.109.
--------------------------------------------------------------------------------------------------
Version 2.4.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/invoice-sdk-dotnet/tree/v2.4.106.
--------------------------------------------------------------------------------------------------
Version 2.3.103 - June 07, 2013

- Updated stubs for 103 release.

You can see source code of this release in github under https://github.com/paypal/invoice-sdk-dotnet/tree/v2.3.103.
--------------------------------------------------------------------------------------------------
Version 2.2.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/invoice-sdk-dotnet/tree/v2.2.101.
--------------------------------------------------------------------------------------------------
Version 2.2.100 - March 25, 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/invoice-sdk-dotnet/tree/v2.2.100.
--------------------------------------------------------------------------------------------------
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/invoice-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.5.95 - September 28, 2012

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


Version 1.4.93 - August 13, 2012

- SDK Core - Deserialization Logic Change
--------------------------------------------------------------------------------------------------


Version 1.3.92 - July 17, 2012
   - wsdl update version 92
------------------------------------------


Version 1.3.90 - July 11, 2012
   - Nant script added for SDK automation.
   
-------------------------------------------

Version 1.2.90 - June 11, 2012

This release contains updates for wsdl version 90.0. Two new operations - MarkInvoiceAsRefunded and
MarkInvoiceAsUnpaid have been added with this release.

----------------------------------------------------------------------------------------------------------------
Version 1.2.88 - April 11, 2012

This release contains wsdl update 88.0
Fix for incorrect Permissions header (X-PP-AUTHORIZATION)

----------------------------------------------------------------------------------------------------------------
Version 1.1.84 - December 21, 2011

This release contains additional samples for the 5 new invoicing APIs - UpdateInvoice, GetInvoiceDetails,
CancelInvoice, SearchInvoices & MarkInvoiceAsPaid. Log4net logging in the sample has also been fixed.

----------------------------------------------------------------------------------------------------------------
Version 1.0.84 - September 23, 2011

This release contains wrappers for the 5 new invoicing APIs - UpdateInvoice, GetInvoiceDetails,
CancelInvoice, SearchInvoices & MarkInvoiceAsPaid

----------------------------------------------------------------------------------------------------------------
Version 0.6.82 - May 10, 2011

Initial beta release of the invoicing SDK

----------------------------------------------------------------------------------------------------------------