Skip to main content

Get payment terminal data

x-ms-visibility: "important"

Send a request to get payment terminal's data from the system.

Path Parameters
    terminalId int64 required

    This is the globally unique ID for the terminal

Responses

Returns the payment terminal data


Schema
    id int64
    name string
    terminalType string nullable

    Possible values: [CPS, CLOUD, OTHER]

    Default value: CPS

    connectionType string nullable

    Possible values: [SIEMENS, PAYTER_CLOUD, WORLDLINE, NETS, OTHER]

    Default value: SIEMENS

    manufacturer string
    chargerIDs string[]
Loading...