Clover.RemotePayWindows 5.0.1

dotnet add package Clover.RemotePayWindows --version 5.0.1
                    
NuGet\Install-Package Clover.RemotePayWindows -Version 5.0.1
                    
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="Clover.RemotePayWindows" Version="5.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Clover.RemotePayWindows" Version="5.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Clover.RemotePayWindows" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Clover.RemotePayWindows --version 5.0.1
                    
#r "nuget: Clover.RemotePayWindows, 5.0.1"
                    
#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.
#:package Clover.RemotePayWindows@5.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Clover.RemotePayWindows&version=5.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Clover.RemotePayWindows&version=5.0.1
                    
Install as a Cake Tool

Clover logo Clover SDK for Windows POS integration

Version

Current version: 5.0.1

Overview

This SDK enables your Windows point-of-sale (POS) system to communicate with a Clover payment device. Learn more about Clover integrations.

Platforms supported:

  • Windows 11
  • Windows 10
  • Windows 8
  • Windows 7

.NET Frameworks supported:

  • .NET 4.8.1

Connecting to a Clover device

The Clover SDK is provided as a set of .NET assembly releases and as C# sources. It can be used directly or adapted for hosting in translation layers as needed on Windows operating systems.

Clover devices (both production and DevKit devices) are connected to Microsoft Windows either by a USB connection or over the network. Clover USB drivers (found in the releases page) are required for a USB connection.

To work with the project effectively, you will need:

  • A computer or virtual machine running Windows. The SDK supports Windows 11, Windows 10, Windows 8, and Windows 7.
  • An IDE, such as Visual Studio.
  • To experience transactions end-to-end from the merchant and customer perspectives, we also recommend ordering a Clover DevKit.

NuGet Package

Use NuGet references to easily include Remote Pay Windows in your .NET project https://www.nuget.org/packages/Clover.RemotePayWindows

Install-Package Clover.RemotePayWindows -Version 5.0.1

Installing the SDK and Services

  • The .NET 4.8.1 binaries are able to use TLS 1.2 network security when talking to Clover Devices using Secure Network Pay Display.

For development:

  • CloverSDK.exe - This file will install the DLL. It will also install the example POS application and source for testing.

For deployment:

  • CloverUSBDrivers.exe - This file installs the USB drivers for the Clover devices.

Building the SDK

The SDK has the following structure.

.
├── examples                           # Contains the C# Example application
│   └── CloverExamplePOS
│   └── exampleMessages
├── lib
│   └── CloverConnector                # CloverConnector module code
│   └── CloverWindowsSDK               # C# port of Clover Android SDK classes
│   └── CloverWindowsTransport         # Transport definitions (USB, WebSocket)
└── packages                           # Contains third-party dependencies
    └── lib

Working with the Example POS

To build and run the example POS application using .NET and VisualStudio 2017:

  1. Open Clover.sln.
  2. Build all projects.
  3. Select the CloverExamplePOS.
  4. Click Run.

Additional resources

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.1 138 3/12/2026
5.0.0 531 12/22/2025
4.0.6 13,598 7/8/2022
4.0.5 7,016 11/4/2020
4.0.4 745 9/17/2020
4.0.3 1,934 2/18/2020
4.0.2 1,754 8/14/2019
4.0.0 1,476 3/20/2019
3.0.2 982 1/25/2019
3.0.1 961 12/6/2018
3.0.0 1,307 11/1/2018
2.0.0 1,163 9/12/2018