API: Batch Review

Returns totals from the credit card processor for the current batch.

Batch Review

GET /batch

Response

<transaction>
	<responseCode>004</responseCode> 
	<responseDescription>Inquiry</responseDescription>   
	<transactionID>000000000591</transactionID> 
	<ccSalesCount>2</ccSalesCount> 
	<ccSalesAmount>2.00</ccSalesAmount> 
	<ccReturnsCount>4</ccReturnsCount> 
	<ccReturnsAmount>4.00</ccReturnsAmount> 
	<processorResponse></processorResponse> 
	<batchNum>000024</batchNum> 
	<batchCount>6</batchCount> 
	<batchAmount>-2.00</batchAmount> 
</transaction>