Class GetCreditAndDebitReportsWithTraceNumberResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| BatchStatus | string | The status of each batch. Possible responses are
| |
| EffectiveDate | dateTime | 19 | Date and time the batch was processed. |
| BatchID | long | 40 | Unique identifier assigned by the user or systematically for each batch processed. |
| Description | string | 50 | Optional information associated with the batch. |
| Amount | decimal | Total amount of the batch. | |
| TraceNumber | String | 15 | The Settlement ACH Trace Number. |
Examples
<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>
<GetCreditandDebitReportsWithTraceNumberResponse xmlns="https://ssl.selectpayment.com/PV">
<GetCreditandDebitReportsWithTraceNumberResult>
<WSCreditDebitReportWithTraceNumber>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-14T00:00:00</EffectiveDate>
<BatchId>7612344</BatchId>
<Description>Settlement</Description>
<Amount>13.0200</Amount>
<TraceNumber>12345678910112131415</TraceNumber>
</WSCreditDebitReportWithTraceNumber>
<WSCreditDebitReportWithTraceNumber>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-15T00:00:00</EffectiveDate>
<BatchId>7612345</BatchId>
<Description>Settlement</Description>
<Amount>1.0100</Amount>
<TraceNumber>12345678910112131415</TraceNumber>
</WSCreditDebitReportWithTraceNumber>
<WSCreditDebitReportWithTraceNumber>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-15T00:00:00</EffectiveDate>
<BatchId>7612336</BatchId>
<Description>Remote Deposit</Description>
<Amount>188.2700</Amount>
<TraceNumber>12345678910112131415</TraceNumber>
</WSCreditDebitReportWithTraceNumber>
<WSCreditDebitReportWithTraceNumber>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-22T00:00:00</EffectiveDate>
<BatchId>7711236</BatchId>
<Description>Settlement</Description>
<Amount>4.0000</Amount>
<TraceNumber>12345678910112131415</TraceNumber>
</WSCreditDebitReportWithTraceNumber>
</GetCreditandDebitReportsWithTraceNumberResult>
</GetCreditandDebitReportsWithTraceNumberResponse>
</soap:Body>
</soap:Envelope>