Terminal Settings
Terminal Settings
Header parameters
api-keyanyRequired
apiKeyValue
Responses
200
OK
401
Unauthorized
403
Forbidden
404
Not Found
get
GET //rest/v2/settings/terminal HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
<payloadType>text</payloadType>
<terminal-settings>
<batch-time-utc>09:30</batch-time-utc>
<business-phone>text</business-phone>
<commerce-type>ECOMMERCE</commerce-type>
<enable-auto-close-batch>true</enable-auto-close-batch>
<enable-tip>true</enable-tip>
<merchant-id>000000843334</merchant-id>
<merchant-name>Test Merchant</merchant-name>
<service-fee>text</service-fee>
<service-fee-program-type>text</service-fee-program-type>
<service-fee-state>text</service-fee-state>
<service-fee-type>text</service-fee-type>
<terminal-id>10018001</terminal-id>
<terminal-name>Waterloo location 1</terminal-name>
<time-zone>Central/US</time-zone>
</terminal-settings>
</object>
Header parameters
api-keyanyRequired
apiKeyValue
Body
batch-time-utcstringOptionalExample:
Time you want your terminal to be autobatched. Must be in 5 min increments, 0 or 5.
09:30
business-phonestringOptional
commerce-typestringOptionalExample:
Commerce type of terminal; RETAIL or ECOMMERCE.
ECOMMERCE
enable-auto-close-batchbooleanOptionalExample:
Is autobatch enabled/disabled on the terminal
true
enable-tipbooleanOptionalExample:
Is tip enabled/disabled on the terminal
true
merchant-idstringOptionalExample:
Merchant ID, display only cannot edit. Must be edited from Compass
000000843334
merchant-namestringOptionalExample:
Merchant name, display only cannot edit. Must be edited from Compass
Test Merchant
service-feestringOptional
service-fee-program-typestringOptional
service-fee-statestringOptional
service-fee-typestringOptional
terminal-idstringOptionalExample:
Terminal Identication number, not editable must be set in Compass
10018001
terminal-namestringOptionalExample:
friendly name of the terminal
Waterloo location 1
time-zonestringOptionalExample:
timezone you want your terminal to display in. API will always return UTC
Central/US
Responses
200
OK
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
put
PUT //rest/v2/settings/terminal HTTP/1.1
Host: gateway-sb.clearent.net
Content-Type: application/xml
Accept: */*
Content-Length: 384
"<?xml version=1.0?>
<batch-time-utc>09:30</batch-time-utc>
<business-phone>text</business-phone>
<commerce-type>ECOMMERCE</commerce-type>
<enable-auto-close-batch>true</enable-auto-close-batch>
<enable-tip>true</enable-tip>
<merchant-id>000000843334</merchant-id>
<merchant-name>Test Merchant</merchant-name>
<service-fee>text</service-fee>
<service-fee-program-type>text</service-fee-program-type>
<service-fee-state>text</service-fee-state>
<service-fee-type>text</service-fee-type>
<terminal-id>10018001</terminal-id>
<terminal-name>Waterloo location 1</terminal-name>
<time-zone>Central/US</time-zone>
"
<?xml version="1.0"?>
<object>
<payloadType>text</payloadType>
<terminal-settings>
<batch-time-utc>09:30</batch-time-utc>
<business-phone>text</business-phone>
<commerce-type>ECOMMERCE</commerce-type>
<enable-auto-close-batch>true</enable-auto-close-batch>
<enable-tip>true</enable-tip>
<merchant-id>000000843334</merchant-id>
<merchant-name>Test Merchant</merchant-name>
<service-fee>text</service-fee>
<service-fee-program-type>text</service-fee-program-type>
<service-fee-state>text</service-fee-state>
<service-fee-type>text</service-fee-type>
<terminal-id>10018001</terminal-id>
<terminal-name>Waterloo location 1</terminal-name>
<time-zone>Central/US</time-zone>
</terminal-settings>
</object>
Was this helpful?