connect-sdk-dotnet 3.47.0

Suggested Alternatives

Worldline.Connect.Sdk 4.0.0

Additional Details

This SDK has been rebranded to Worldline, and is now available as package Worldline.Connect.Sdk.

dotnet add package connect-sdk-dotnet --version 3.47.0
NuGet\Install-Package connect-sdk-dotnet -Version 3.47.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="connect-sdk-dotnet" Version="3.47.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add connect-sdk-dotnet --version 3.47.0
#r "nuget: connect-sdk-dotnet, 3.47.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 connect-sdk-dotnet as a Cake Addin
#addin nuget:?package=connect-sdk-dotnet&version=3.47.0

// Install connect-sdk-dotnet as a Cake Tool
#tool nuget:?package=connect-sdk-dotnet&version=3.47.0

Ingenico Connect .NET SDK

Introduction

The .NET SDK helps you to communicate with the Ingenico Connect 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 meta data

Its use is demonstrated by an example for each possible call. The examples execute a call using the provided API keys.

See the Ingenico Connect Developer Hub for more information on how to use the SDK.

Structure of this repository

This repository consists out of four main components:

  1. The source code of the SDK itself: /connect-sdk-dotnet
  2. The source code of the SDK unit tests: /connect-sdk-dotnet-tests
  3. The source code of the example integration tests: /connect-sdk-dotnet-it
  4. The source code of the example calls: /connect-sdk-dotnet-examples

Requirements

The .NET SDK supports .NET Framework 4.5 and .NET Standard 2.0 and 2.1.

.NET Framework 4.5

When using .NET Framework 4.5, the following packages are rquired:

In addition, the following references are required, which are part of the .NET Framework:

  • System.Configuration
  • System.Net.Http

.NET Standard 2.0 and 2.1

When using .NET Standard 2.0 or 2.1, the following packages are rquired:

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 connect-sdk-dotnet
.NET CLI

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

dotnet add package connect-sdk-dotnet

Release (Strong-Named)

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

Building the repository

This repository uses Visual Studio 2019 to build. Open connect-sdk-dotnet.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. 
.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 is compatible. 
.NET Framework net45 is compatible.  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. 
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 (1)

Showing the top 1 NuGet packages that depend on connect-sdk-dotnet:

Package Downloads
N3O.Umbraco.Payments.Worldline

TODO

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.47.0 1,389 2/14/2024
3.46.0 1,188 1/16/2024
3.45.0 410 12/12/2023
3.44.0 1,467 10/26/2023
3.43.0 168 10/16/2023
3.42.0 1,399 8/11/2023
3.41.0 1,490 7/14/2023
3.40.0 228 6/28/2023
3.39.1 1,447 6/26/2023
3.39.0 610 5/16/2023
3.38.0 403 4/14/2023
3.37.0 242 4/11/2023
3.36.0 2,215 3/9/2023
3.35.0 1,233 2/3/2023
3.34.0 3,004 12/2/2022
3.33.0 4,795 10/6/2022
3.32.0 6,277 7/4/2022
3.31.0 1,641 5/31/2022
3.30.1 754 4/25/2022
3.30.0 1,636 2/17/2022
3.29.0 568 1/25/2022
3.28.0 583 1/12/2022
3.27.0 718 11/23/2021
3.26.0 350 11/8/2021
3.25.0 615 10/7/2021
3.24.0 6,086 8/3/2021
3.23.0 419 7/20/2021
3.22.0 1,086 6/24/2021
3.21.0 782 6/9/2021
3.20.0 3,643 4/9/2021
3.19.0 898 3/3/2021
3.18.1 2,160 1/22/2021
3.18.0 1,022 12/11/2020
3.17.0 3,808 10/5/2020
3.16.0 632 9/18/2020
3.15.0 883 9/3/2020
3.14.0 602 8/11/2020
3.13.0 565 7/24/2020
3.12.0 4,434 6/15/2020
3.11.0 581 6/4/2020
3.10.0 16,416 5/19/2020
3.9.1 939 4/30/2020
3.9.0 522 4/28/2020
3.8.0 806 4/7/2020
3.7.0 9,272 3/10/2020
3.6.0 868 2/20/2020
3.5.1 2,330 10/24/2019
3.5.0 1,418 9/30/2019
3.4.0 4,606 8/30/2019
3.3.0 1,319 8/8/2019
3.2.0 1,684 7/15/2019
3.1.0 663 7/4/2019
3.0.0 1,010 6/21/2019
2.36.0 1,013 6/7/2019
2.35.0 725 5/28/2019
2.34.0 1,433 5/3/2019
2.33.0 8,079 3/20/2019
2.32.0 2,374 3/5/2019
2.31.0 842 2/6/2019
2.30.0 1,133 1/17/2019
2.29.0 1,091 11/8/2018
2.28.0 847 10/30/2018
2.27.0 835 10/24/2018
2.26.0 904 10/9/2018
2.25.0 1,169 9/26/2018
2.24.0 1,632 9/5/2018
2.23.0 2,426 8/17/2018
2.22.0 1,345 7/12/2018
2.21.0 1,166 6/7/2018
2.20.0 1,210 5/7/2018
2.19.0 1,108 4/5/2018
2.18.0 1,841 1/30/2018
2.17.0 1,095 1/15/2018
2.16.0 1,083 12/18/2017
2.15.0 1,398 12/6/2017
2.14.0 987 11/25/2017
2.13.0 1,652 11/10/2017
2.12.1 1,133 11/1/2017
2.12.0 981 10/31/2017
2.11.1 5,793 10/11/2017
2.11.0 998 9/27/2017
2.10.0 1,044 9/15/2017
2.9.0 1,122 9/8/2017
2.8.0 974 9/6/2017
2.7.0 1,846 8/4/2017
2.6.0 1,091 6/27/2017
2.5.1 2,473 4/26/2017
2.5.0 1,027 4/18/2017
2.4.0 1,180 3/23/2017
2.3.0 1,118 3/9/2017
2.2.0 1,515 2/13/2017
2.1.0 1,805 12/20/2016
2.0.0 1,045 11/17/2016
1.1.0 1,245 10/5/2016
1.0.1 1,345 9/27/2016