Connect API Introduction The payment application on Kinetic Go is a full, standalone payment application for the Castles secure payment devices. We have...
Connect API “Hello World!” In this article we will walk through moving from zero to a full transaction interaction using Connect API and a...
Transaction Request Response Examples Here are examples of POST requests and JSON responses for transactions using the Connect API and a device running Kinetic...
Working With Receipts The Kinetic Go devices equipped with printers will always generate a Merchant Copy of the receipt and they give the...
UDP Device Discovery By default, Kinetic Go automatically broadcasts over the connected network some basic information on how to communicate with the device...
Connect REST API NOTE: All request URLs documented below must be preceded by a version string, such as /v1 or /latest. The /latest...
GET ping.json Simple function to detect the presence of the device on the network. Typically, only used for system setup validation and...
GET info.json While ping.json gives you the ability to check that a device can be reached, info.json will return more information about...
GET battery.json (authenticated) Function to request the status of the battery on the device. Request GET: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/battery.json Response If there is a battery...
POST list.json (authenticated) Retrieve a summary list of transactions currently available in the device. Request POST: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/list.json Request body No request body is...