v1
latestOpenAPI 3.0.12026-07-243686491.1 MBPayment 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
Example request
{
"charge_point_ids": [
1,
2,
3
]
}Response
Charge points applied to the payment terminal