v1

latestOpenAPI 3.1.02026-07-24290159.6 KB
Point of Sale

Create terminal

Add a new CTAP to an existing terminal group for a MultiSafepay account.

post/terminals

Request body

provider'CTAP'

The type of terminal.

group_idinteger

The unique identifier of the terminal group to which the terminal will be added.

namestring

The name of the terminal.

Example request

{
  "group_id": 12344,
  "name": "My terminal"
}

Response

Request successful

successboolean

Whether the request was successful.