---
title: "Activate POS"
method: POST
path: "/v1/pos/activation"
tags: ["POS"]
---

# Activate POS

`POST /v1/pos/activation`

Allows you to activate the POS. Upon receiving confirmation of activation, you will be able to use payment, refund and other services

## Request body

- PostPosActivationDto
  - `token` string, required — Activation token. The token must have 8 digits

## Response `201`

The object has been successfully created

- PostActivationResponseDto
  - `type` string, required — activation
  - `status` string, required — success
  - `access_key` string — Access key
  - `terminal` string — Terminal serial number
  - `seller_name` string — Seller name

## Other responses

- `400` — Client specified an invalid argument, request body or query param
- `401` — The user is unauthorized
- `403` — Authenticated user is not allowed to access this resource
- `404` — The resource was not found
- `408` — Request timeout
- `429` — Too many requests
- `500` — Internal server error

---

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