SDK to communicate with the Online Payments platform using the Online Payments Server API
$ dotnet add package OnlinePayments.Sdk.StrongNameThe .NET SDK helps you to communicate with the Online Payments Server API. Its primary features are:
See the Online Payments Developer Hub for more information on how to use the SDK.
This repository consists out of three main components:
/OnlinePayments.Sdk/OnlinePayments.Sdk.Tests/OnlinePayments.Sdk.IntegrationTestsThe .NET SDK supports .NET Standard 2.0 and up. The following packages are required:
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
To install the latest .NET SDK release, run the following command:
dotnet add package OnlinePayments.Sdk
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.
This repository uses Visual Studio 2022 to build. Open OnlinePayments.Sdk.sln in Visual Studio, and click build.