---
title: "Update the logo"
method: PATCH
path: "/terminals/{terminalId}/terminalLogos"
tags: ["Terminal settings - terminal level"]
---

# Update the logo

`PATCH /terminals/{terminalId}/terminalLogos`

Updates the logo for the payment terminal identified in the path.

* To change the logo, specify the image file as a Base64-encoded string.
* To restore the logo inherited from a higher level (store, merchant account, or company account), specify an empty logo value.

To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Terminal settings read and write

In the live environment, requests to this endpoint are subject to [rate limits](https://docs.adyen.com/point-of-sale/automating-terminal-management#rate-limits-in-the-live-environment).

## Path parameters

- `terminalId` string, required

## Request body

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

## Response `200`

OK - the request has succeeded.

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

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/management-api.md) · [All operations](https://skmtc.net/adyen/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/management-api/revisions/1089ade06e17/schema)
