GetBatchesByDateRange
- Method
- Example Request
- Example Response
GetBatchesByDateRange(GetBatchesByDateRangeRequest)
This operation will retrieve all batches processed within the date range requested.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetBatchesByDateRangeRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetBatchesByDateRangeResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ssl="https://ssl.selectpayment.com/">
<soapenv:Header>
<ssl:SecurityHeader>
<ssl:BinarySecurityToken>your security token here</ssl:BinarySecurityToken>
</ssl:SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<ssl:GetBatchesByDateRange>
<ssl:storeId>0</ssl:storeId>
<ssl:storeKey isNull="true" />
<ssl:EntityId>12345</ssl:EntityId>
<ssl:LocationIds>
<ssl:int>102030</ssl:int>
<ssl:int>102031</ssl:int>
</ssl:LocationIds>
<ssl:StartDate>2011-02-01</ssl:StartDate>
<ssl:EndDate>2011-03-03</ssl:EndDate>
<ssl:BatchStatus>
<!--<ssl:WSBatchStatus></ssl:WSBatchStatus>-->
</ssl:BatchStatus>
</ssl:GetBatchesByDateRange>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetBatchesByDateRangeResponse xmlns="https://ssl.selectpayment.com/">
<GetBatchesByDateRangeResult>
<WSRemoteDepositBatch>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<LocationName>Accounts Payable</LocationName>
<BatchNumber>123</BatchNumber>
<Description>08:30:24.6558669 3/2/2011 Deposit</Description>
<TerminalNumber>5421769</TerminalNumber>
<BatchStatus>PartialDeposit</BatchStatus>
<CreateDateTime>2011-03-02T08:33:06.77</CreateDateTime>
<CurrentStatusDateTime>2011-03-02T08:45:26.33</CurrentStatusDateTime>
<ItemCount>3</ItemCount>
<ItemAmount>123.8000</ItemAmount>
<TotalCount>3</TotalCount>
<TotalAmount>123.8000</TotalAmount>
<ACHItemCount>1</ACHItemCount>
<ACHTotalAmount>51.4000</ACHTotalAmount>
<C21ItemCount>1</C21ItemCount>
<C21TotalAmount>25.0000</C21TotalAmount>
<CreatedByUserName>SusieQ</CreatedByUserName>
<NeedsAttention>2</NeedsAttention>
<NeedsRescan>2</NeedsRescan>
<DepositSlipAuxOnUs>0</DepositSlipAuxOnUs>
</WSRemoteDepositBatch>
<WSRemoteDepositBatch>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<LocationName>Accounts Receivable</LocationName>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<Description>14:35:27.5626931 2/7/2011 Deposit</Description>
<TerminalNumber>5421769</TerminalNumber>
<BatchStatus>SentToTransactionProcessing</BatchStatus>
<CreateDateTime>2011-02-07T14:41:30.073</CreateDateTime>
<CurrentStatusDateTime>2011-02-07T15:18:12.447</CurrentStatusDateTime>
<ItemCount>2</ItemCount>
<ItemAmount>767.4000</ItemAmount>
<TotalCount>2</TotalCount>
<TotalAmount>767.4000</TotalAmount>
<ACHItemCount>0</ACHItemCount>
<ACHTotalAmount>0.0000</ACHTotalAmount>
<C21ItemCount>2</C21ItemCount>
<C21TotalAmount>767.4000</C21TotalAmount>
<CreatedByUserName>SusieQ</CreatedByUserName>
<NeedsAttention>2</NeedsAttention>
<NeedsRescan>2</NeedsRescan>
<DepositSlipAuxOnUs>0</DepositSlipAuxOnUs>
</WSRemoteDepositBatch>
</GetBatchesByDateRangeResult>
</GetBatchesByDateRangeResponse>
</soapenv:Body>
</soapenv:Envelope>