Skip to main content

Get the connection status of a device

get/merchants/{merchantAccount}/devices/{deviceId}/status

Check if the specified payment terminal or SDK installation ID (in an IPP Mobile solution) has an active cloud connection.

To make this request, your API credential must have the following role:

  • Cloud Device API role
Endpoint destination URL
Click to copy
deviceIdstringRequired

The unique identifier of the device.

For a payment terminal, use the terminal ID in the format [terminal model]-[serial number], for example, P400‑123456789. In a Mobile solution, use the installation ID of the SDK.

merchantAccountstringRequired

The unique identifier of the merchant account.

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200

    Successful operation

  • 401

    Unauthorized

  • 403

    Forbidden