Semi Integrated Batches

Batches Controller

Close open batch

put
Header parameters
api-keyanyRequired

apiKeyValue

Responses
200
Successful Batch
put
PUT //rest/v2/terminal/batches/open HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
	<confirmation-code>00039999</confirmation-code>
	<date-opened>11113333</date-opened>
	<id>00101</id>
	<merchant-id>000000101202</merchant-id>
	<net-amount>8800.00</net-amount>
	<refund-count>2</refund-count>
	<refund-total>200.00</refund-total>
	<sales-count>32</sales-count>
	<sales-total>9000.00</sales-total>
	<settled>2020-05-02T19:48:04.993Z</settled>
	<status>CLOSED</status>
	<switch-batch-id>text</switch-batch-id>
	<terminal-id>11113333</terminal-id>
	<terminal-name>Station 1</terminal-name>
	<total-count>34</total-count>
</object>

Was this helpful?