---
title: "Store Device Update"
method: POST
path: "/api/v1/prepayment/storedeviceupdate"
tags: ["Prepare Payment"]
---

# Store Device Update

`POST /api/v1/prepayment/storedeviceupdate`

## Request body

- StoreDeviceUpdateRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `store_code` string, required — Store Code
  - `device_id` integer, required — Physical POS Device unique id
  - `is_active` boolean, required — Is Physical POS Device Active
  - `language` string — The language which you want to see the response description

## Response `200`

Successful Response

- StoreDeviceUpdateResponse
  - `response_code` string — You will get 00 for successful response, otherwise another response code for the error. You can reach the list of error codes on the Error Codes Api
  - `message` string — Here is the explanation of response code
  - `device` StoreDevice
    - `id` integer — Physical POS Device Id
    - `fiscal_id` string — Physical POS Device Fiscal Id
    - `name` string — Store Name
    - `is_active` boolean — Is Physical POS Device Active
    - `device_owner` string — Physical POS Device Owner

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
