v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Payment Terminals

Apply a payment terminal to 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

put/api/v1/payment-terminals/{paymentTerminalId}/charge-points

Path parameters

paymentTerminalIdstring required

Request body

charge_point_idsinteger[] 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.

Example request

{
  "charge_point_ids": [
    1,
    2,
    3
  ]
}

Response

Charge points applied to the payment terminal