Downloading the Windows & Linux SDK
Windows
Download the installer from your Merchant Control Panel under Settings > In-Person Payments > SDK Downloads. Includes CyoGateSDK.dll, C/C++ headers, C# NuGet package, Python wheel, and sample applications.
Linux
curl -fsSL https://sdk.cyogate.net/linux/gpg | sudo apt-key add -
echo "deb https://sdk.cyogate.net/linux/apt stable main" | sudo tee /etc/apt/sources.list.d/cyogate.list
sudo apt-get update && sudo apt-get install cyogate-sdk
Requirements
| Platform | Minimum |
|---|---|
| Windows | Windows 10 x64 |
| Linux | Ubuntu 20.04 / Debian 10 (x64 or ARM) |