---
title: "aid_account_management_stores_sid_configuration_patch"
method: PATCH
path: "/accounts/{aid}/stores/{store_id}/configuration"
tags: ["account-stores"]
---

# aid_account_management_stores_sid_configuration_patch

`PATCH /accounts/{aid}/stores/{store_id}/configuration`

Update store configuration

scopes:
- admin:accounts
- write:accounts

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required
- `store_id` string, required

## Request body

- StoreConfiguration
  - `auto_end_of_day` object — Automatic end-of-day settlement for this store's terminals. Set `enabled` to false to disable the automatic timed end-of-day and trigger it manually via the terminal operations API instead.
    - `enabled` boolean
    - `time` string — Automatic end-of-day time in HHMM format.
    - `timezone` string — Automatic end-of-day time zone TZ name.

## Response `200`

Store configuration

- StoreConfiguration
  - `auto_end_of_day` object — Automatic end-of-day settlement for this store's terminals. Set `enabled` to false to disable the automatic timed end-of-day and trigger it manually via the terminal operations API instead.
    - `enabled` boolean
    - `time` string — Automatic end-of-day time in HHMM format.
    - `timezone` string — Automatic end-of-day time zone TZ name.

## Other responses

- `400` — Bad / Invalid request
- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `404` — Resource was not found
- `500` — Unexpected Error

---

[API](https://skmtc.dev/dintero/apis/account-management-api.md) · [All operations](https://skmtc.dev/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
