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

# Update the terminal logo

`PATCH /stores/{storeId}/terminalLogos`

Updates the logo that is configured for a specific payment terminal model at the store identified in the path. You can update the logo for only one terminal model at a time.
This logo applies to all terminals of the specified model under the store, unless a different logo is configured for an individual terminal. 

* To change the logo, specify the image file as a Base64-encoded string.
* To restore the logo inherited from a higher level (merchant 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

- `storeId` string, required

## Query parameters

- `model` 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/versions/1089ade06e17/schema)
