Add a new device
Add a new device
Path Parameters
dealerUuid string required
application/json
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
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
dealerDevices object[]
id int64
uuid string
deviceID string
deviceType string
gateway string
dealerId int64 deprecated
lastFourDigit string
paymentDealer object
dealerUuid string
name string
dealerDeviceAttributes object[]
id int64
attributeName string
attributeValue string
dealerDeviceID int64
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"dealerDevices": [
{
"id": 0,
"uuid": "string",
"deviceID": "string",
"deviceType": "string",
"gateway": "string",
"lastFourDigit": "string",
"paymentDealer": {
"dealerUuid": "string",
"name": "string"
},
"dealerDeviceAttributes": [
{
"id": 0,
"attributeName": "string",
"attributeValue": "string",
"dealerDeviceID": 0
}
]
}
]
}
Loading...