Skip to main content

Class GetCreditAndDebitReportsWithTraceNumberResponse


Properties

NAMETYPELENGTHDESCRIPTION
BatchStatusstringThe status of each batch.

Possible responses are
  • ToBeProcessed
  • InProcess
  • Processed
  • Returned
  • Suspended
  • Resent
  • WriteOff
  • ReturnedCancelled
  • SettlementCancelled
EffectiveDatedateTime19Date and time the batch was processed.
BatchIDlong40Unique identifier assigned by the user or systematically for each batch processed.
Descriptionstring50Optional information associated with the batch.
AmountdecimalTotal amount of the batch.
TraceNumberString15The 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>