# Ping Device

This enpoint is designed to ping the device to check the connectivity.

# Endpoint

http://{terminalIp}/devices/cat/ping

# Request

Property Type Description
HTTP Headers
Siganture String Sha-256 hmac of the JSON payload.
Content-Type text/plain Even if the payload is a JSON object, POS Bridge parses it as a string, therefore it is important to pass content-type as "text/plain" or the authentication will fail.
JSON
poyntRequestId String UUID

# Response

The response for this endpoint will be empty and it will show an HTTP Status Code according to the connection status.

  • 200 - The connection is successful
  • 500 - The pairing code on the client (POS application) and server (POS Bridge) do not match
Last Updated: 8/14/2023, 1:52:36 PM