AmazonPay 3.1.0
See the version list below for details.
dotnet add package AmazonPay --version 3.1.0
NuGet\Install-Package AmazonPay -Version 3.1.0
<PackageReference Include="AmazonPay" Version="3.1.0" />
paket add AmazonPay --version 3.1.0
#r "nuget: AmazonPay, 3.1.0"
// 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 | 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. |
-
- Common.Logging (>= 2.0.0)
- Newtonsoft.Json (>= 4.5.11)
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 | 14,936 | 8/11/2022 |
3.9.1 | 26,655 | 3/23/2021 |
3.9.0 | 2,613 | 2/12/2021 |
3.8.1 | 455 | 1/29/2021 |
3.8.0 | 446 | 1/25/2021 |
3.7.0.1 | 18,747 | 1/25/2020 |
3.6.1 | 854 | 12/10/2019 |
3.6.0.2 | 1,518 | 10/28/2019 |
3.5.1.1 | 11,433 | 6/25/2019 |
3.5.1 | 3,722 | 5/24/2019 |
3.5.0 | 30,095 | 2/5/2019 |
3.4.3.2 | 7,253 | 10/2/2018 |
3.4.3.1 | 1,077 | 8/30/2018 |
3.4.3 | 1,015 | 8/22/2018 |
3.4.2 | 1,045 | 8/2/2018 |
3.4.1 | 18,201 | 6/20/2018 |
3.3.2 | 14,351 | 2/5/2018 |
3.3.1 | 14,336 | 12/14/2017 |
3.3.0 | 1,202 | 12/6/2017 |
3.2.0 | 6,673 | 9/18/2017 |
3.1.1 | 3,067 | 8/2/2017 |
3.1.0 | 1,141 | 8/1/2017 |
3.0.0 | 3,275 | 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.