Skip to main content

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 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...