AmazonPay 3.1.0

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

// Install AmazonPay as a Cake Tool
#tool nuget:?package=AmazonPay&version=3.1.0

AmazonPay service. This API section enables you to programmatically retrieve shipping and payment information provided by the buyer from their Amazon account. It allows you to authorize, capture, and refund payments, enabling a variety of payments scenarios.

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 (1)

Showing the top 1 popular GitHub repositories that depend on AmazonPay:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Version Downloads Last updated
3.9.2 9,429 8/11/2022
3.9.1 24,108 3/23/2021
3.9.0 2,572 2/12/2021
3.8.1 428 1/29/2021
3.8.0 415 1/25/2021
3.7.0.1 15,137 1/25/2020
3.6.1 817 12/10/2019
3.6.0.2 1,485 10/28/2019
3.5.1.1 9,787 6/25/2019
3.5.1 3,284 5/24/2019
3.5.0 28,099 2/5/2019
3.4.3.2 6,888 10/2/2018
3.4.3.1 1,048 8/30/2018
3.4.3 974 8/22/2018
3.4.2 1,016 8/2/2018
3.4.1 17,215 6/20/2018
3.3.2 14,315 2/5/2018
3.3.1 13,545 12/14/2017
3.3.0 1,175 12/6/2017
3.2.0 5,737 9/18/2017
3.1.1 3,003 8/2/2017
3.1.0 1,115 8/1/2017
3.0.0 3,219 2/28/2017

v3.1.0
- Missing getters in C# SDK: BillingAgreementState, SoftDecline, CreationTimestamp
- Extend C# SDK with convenience functions for getting payment details
- SDK changes for Multi-Currency Payments
- Update SDK with ability to retrieve payment instrument information
- I18N aware SDK - amount field
- Code Cleanup - During this, some of the class fields access modifiers have been changed from 'public' to 'private'.
If you were using class fields to get and set the values, please use the getters and setters available for those classes.
- Cleanup to make the project compatible with Debug and Release mode by adding 'xml comments' for getters in class files and fixing the UnitTests class-paths.
- Added unit-tests for GetOrderReferenceDetails, GetAuthorizationDetails, GetCaptureDetails, GetRefundDetails responses.