---
title: "Apply a payment terminal to charge points"
method: PUT
path: "/api/v1/payment-terminals/{paymentTerminalId}/charge-points"
tags: ["Payment Terminals"]
---

# Apply a payment terminal to charge points

`PUT /api/v1/payment-terminals/{paymentTerminalId}/charge-points`

Replaces the set of charge points assigned to the payment terminal identified by `{type}_{id}` (e.g. `payter_123`). Pass an empty list to clear the assignment. All charge point ids must belong to the payment terminal's team. Only `payter`, `nayax` and `cpi` terminals support this operation.<br>Required scope: `payment-terminals:write`

## Path parameters

- `paymentTerminalId` string, required

## Request body

- ApplyChargePoints
  - `charge_point_ids` integer[], required — Ids of the charge points to assign to the payment terminal. Pass an empty list to clear the current assignment. All ids must belong to the payment terminal's team.

## Response `204`

Charge points applied to the payment terminal

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
