Skip to main content
API

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 int32 nullable

    Possible values: [0, 1, 2]

    Default value: 0

    connectionType int32 nullable

    Possible values: [0, 1, 2, 3, 4]

    Default value: 0

    manufacturer string
    chargerIDs string[]
Loading...