Ingenico SDK Price
- 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
Structure of this repository
This repository consists out of four main components:
- The source code of the SDK itself: /connect-sdk-dotnet
- The source code of the SDK unit tests: /connect-sdk-dotnet-tests
- The source code of the example integration tests: /connect-sdk-dotnet-it
- The source code of the example calls: /connect-sdk-dotnet-examples
Release
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