Supporting .NET Standard 1.3+, .NET Core 1.1+, and .NET Framework 4.6.1+. If you need other versions, please contact us via technicalsupport-s2p@nuvei.com.
Install Smart2pay.RestClient.SDK.NET via NuGet. Run the following command line in the Package Manager Console:
PM> Install-Package S2p.RestClient.SDK
If you do not have NuGet, you can download the package from here: https://www.nuget.org/.
Depencies used:
- Polly (version >= 5.8.0): https://www.nuget.org/packages/Polly/;
- Newtonsoft.Json (version >= 9.0.1): https://www.nuget.org/packages/Newtonsoft.Json/;
- System.Net.Http.WinHttpHandler (version >= 4.0.3): https://www.nuget.org/packages/System.Net.Http.WinHttpHandler.