OnlinePayments.Sdk 4.0.0

dotnet add package OnlinePayments.Sdk --version 4.0.0
                    
NuGet\Install-Package OnlinePayments.Sdk -Version 4.0.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="OnlinePayments.Sdk" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OnlinePayments.Sdk" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="OnlinePayments.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 OnlinePayments.Sdk --version 4.0.0
                    
#r "nuget: OnlinePayments.Sdk, 4.0.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.
#addin nuget:?package=OnlinePayments.Sdk&version=4.0.0
                    
Install OnlinePayments.Sdk as a Cake Addin
#tool nuget:?package=OnlinePayments.Sdk&version=4.0.0
                    
Install OnlinePayments.Sdk as a Cake Tool

Online Payments .NET SDK

Introduction

The .NET SDK helps you to communicate with the Online Payments Server API. Its primary features are:

  • convenient C# wrapper around the API calls and responses
    • marshalls C# request objects to HTTP requests
    • unmarshalls HTTP responses to C# response objects or C# exceptions
  • handling of all the details concerning authentication
  • handling of required metadata

See the Online Payments Developer Hub for more information on how to use the SDK.

Structure of this repository

This repository consists out of three main components:

  1. The source code of the SDK itself: /OnlinePayments.Sdk
  2. The source code of the SDK unit tests: /OnlinePayments.Sdk.Tests
  3. The source code of the integration tests: /OnlinePayments.Sdk.IntegrationTests

Requirements

The .NET SDK supports .NET Standard 2.0 and up. The following packages are required:

Installation

Release

Package Manager

To install the latest .NET SDK release, run the following command in the Package Manager Console (Tools -> NuGet Package Manager -> Package Manager Console) in Visual Studio:

PM> Install-Package OnlinePayments.Sdk
.NET CLI

To install the latest .NET SDK release, run the following command:

dotnet add package OnlinePayments.Sdk

Release (Strong-Named)

To install the latest .NET SDK release as a Strong-Named assembly, follow the instructions above but use OnlinePayments.Sdk.StrongName instead of OnlinePayments.Sdk.

Building the repository

This repository uses Visual Studio 2022 to build. Open OnlinePayments.Sdk.sln in Visual Studio, and click build.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
4.0.0 209 11 days ago
3.31.0 2,538 2 months ago
3.30.0 486 2 months ago
3.29.0 9,392 7 months ago
3.28.0 6,519 10 months ago
3.27.1 116 10 months ago
3.27.0 164 10 months ago
3.26.0 3,293 3/26/2024
3.25.0 15,093 2/22/2024
3.24.1 517 2/9/2024
3.24.0 13,885 1/9/2024
3.23.0 885 12/12/2023
3.22.0 2,839 10/25/2023
3.21.0 2,097 10/10/2023
3.20.0 18,917 8/24/2023
3.19.0 1,077 8/10/2023
3.18.0 7,698 7/13/2023
3.17.0 1,314 6/19/2023
3.16.0 1,721 5/30/2023
3.15.0 2,471 5/3/2023
3.14.0 568 4/28/2023
3.13.0 501 4/11/2023
3.12.0 5,632 1/19/2023
3.11.0 5,172 11/10/2022
3.10.0 380 11/4/2022
3.9.0 2,265 10/4/2022
3.8.0 627 9/29/2022
3.7.0 483 9/22/2022
3.6.0 2,315 7/12/2022
3.5.0 2,852 6/7/2022
3.4.0 1,211 5/5/2022
3.3.0 479 5/2/2022
3.2.0 518 4/5/2022
3.1.0 1,740 3/1/2022
3.0.0 805 2/21/2022