---
title: "Terminal settings updated"
method: POST
path: "terminalSettings.modified"
tags: ["Terminal management"]
---

# Terminal settings updated

`POST terminalSettings.modified` (webhook)

A request to [update terminal settings](https://docs.adyen.com/api-explorer/Management/latest/patch/terminals/(terminalId)/terminalSettings) was completed.

## Payload

- TerminalSettingsNotificationRequest
  - `createdAt` string, date-time, required — Timestamp for when the webhook was created.
  - `data` TerminalSettingsData, required
    - `companyId` string — The unique identifier of the company account.
    - `merchantId` string — The unique identifier of the merchant account.
    - `storeId` string — The unique identifier of the store.
    - `terminalId` string — The unique identifier of the terminal.
    - `updateSource` 'Customer Area' | 'Management Api', required — Indicates whether the terminal settings were updated using the Customer Area or the Management API.
    - `user` string, required — The user that updated the terminal settings. Can be Adyen or your API credential username.
  - `environment` string, required — The environment from which the webhook originated. Possible values: **test**, **live**.
  - `type` 'terminalSettings.modified', required — Type of notification.

## Acknowledgement `200`

OK - the request has succeeded.

- TerminalSettingsNotificationResponse
  - `notificationResponse` string — Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).

---

[API](https://skmtc.dev/adyen/apis/management-webhooks.md) · [All operations](https://skmtc.dev/adyen/apis/management-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/management-webhooks/revisions/c97f44056d5d/schema)
