PayPal_Invoice_SDK 2.1.96.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PayPal_Invoice_SDK --version 2.1.96.1
                    
NuGet\Install-Package PayPal_Invoice_SDK -Version 2.1.96.1
                    
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="PayPal_Invoice_SDK" Version="2.1.96.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PayPal_Invoice_SDK" Version="2.1.96.1" />
                    
Directory.Packages.props
<PackageReference Include="PayPal_Invoice_SDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PayPal_Invoice_SDK --version 2.1.96.1
                    
#r "nuget: PayPal_Invoice_SDK, 2.1.96.1"
                    
#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.
#:package PayPal_Invoice_SDK@2.1.96.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PayPal_Invoice_SDK&version=2.1.96.1
                    
Install as a Cake Addin
#tool nuget:?package=PayPal_Invoice_SDK&version=2.1.96.1
                    
Install as a Cake Tool

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 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

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/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 ICredential object and pass it as a parameter to the API call
- Refactoring bug fixed (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 13, 2012
- WSDL update version 92
-----------------------------------------------------------------------------

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

Version 1.2.90 - July 11, 2012
- WSDL update version 90 (Two new operations - MarkInvoiceAsRefunded and
MarkInvoiceAsUnpaid have been added with this release)
-----------------------------------------------------------------------------

Version 1.2.88 - April 11, 2012
- WSDL update version 88
- Fix for incorrect Permissions header (X-PP-AUTHORIZATION)
-----------------------------------------------------------------------------

Version 1.1.84 - December 21, 2011
- This release contains additional samples for the 5 new Invoice APIs - UpdateInvoice, GetInvoiceDetails, CancelInvoice, SearchInvoices, and 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 Invoice APIs - UpdateInvoice, GetInvoiceDetails, CancelInvoice, SearchInvoices, and MarkInvoiceAsPaid.
-----------------------------------------------------------------------------

Version 0.6.82 – May 10, 2011
- Initial Beta Release