Skip to main content

Add a new device

Add a new device

Path Parameters
    dealerUuid string required
Request Body required
    deviceType string
    deviceID string
    alias string
    gateway string

    Possible values: [AUTH.NETCARDPRESENT, AUTH.NET, CREDITCALL, OPENEDGE, PAYPAL, PAYMENTMATE, TEMPUS, CARDCONNECT, WORLDPAY, STRIPE, NMI, AFFIRM, CASH, CHECK]

    gatewaySpecificAttributes object
    property name* string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • dealerDevices object[]
  • Array [
  • id int64
    uuid string
    deviceID string
    deviceType string
    gateway string
    dealerId int64 deprecated
    lastFourDigit string
    paymentDealer object
    dealerUuid string
    name string
    dealerDeviceAttributes object[]
  • Array [
  • id int64
    attributeName string
    attributeValue string
    dealerDeviceID int64
  • ]
  • ]
Loading...