v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-131362831.1 MB
Terminal settings - terminal level

Get the terminal logo

Returns the logo that is configured for the payment terminal identified in the path. The logo is returned as a Base64-encoded string. You need to Base64-decode the string to get the actual image file.

To make this request, your API credential must have one of the following roles:

  • Management API—Terminal settings read
  • Management API—Terminal settings read and write

In the live environment, requests to this endpoint are subject to rate limits.

get/terminals/{terminalId}/terminalLogos

Path parameters

terminalIdstring required

The unique identifier of the payment terminal.

Response

OK - the request has succeeded.

datastring

The image file, converted to a Base64-encoded string, of the logo to be shown on the terminal.