Skip to main content
API

Get customer's payment terminals

x-ms-visibility: "important"

Send a request to get all the payment terminals of the customer from eMabler system.

Responses

Returns payment terminals' data


Schema
  • Array [
  • 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...