⚠ Deprecated: Other
This SDK has been rebranded to Worldline, and is now available as package Worldline.Connect.Sdk.
Suggested alternative: Worldline.Connect.Sdk
SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API
$ dotnet add package connect-sdk-dotnetThe .NET SDK helps you to communicate with the Ingenico Connect Server API. Its primary features are:
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.
This repository consists out of four main components:
/connect-sdk-dotnet/connect-sdk-dotnet-tests/connect-sdk-dotnet-it/connect-sdk-dotnet-examplesThe .NET SDK supports .NET Framework 4.5 and .NET Standard 2.0 and 2.1.
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:
When using .NET Standard 2.0 or 2.1, the following packages are rquired:
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
To install the latest .NET SDK release, run the following command:
dotnet add package connect-sdk-dotnet
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.
This repository uses Visual Studio 2019 to build. Open connect-sdk-dotnet.sln in Visual Studio, and click build.