Skip to main content
API

Update a payment terminal

x-ms-visibility: "important"

Send a request to update a payment terminal specified in the request body.

Path Parameters
    terminalId int64 required

    This is the globally unique ID for the payment terminal

Request Body required

Payment terminal object that needs to be updated

    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
Responses

Returns the payment terminal id


Schema

    string

Loading...