Semi Integrated Batches
Batches Controller
Header parameters
api-keyanyRequired
apiKeyValue
Responses
200
Successful Batch
201
Created
204
No batch found to process
400
Something is wrong with your request
401
Unauthorized
402
Business Exception (decline, etc)
403
Forbidden
404
Not Found
500
Internal server error
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?