Skip to main content

Class GetCreditandDebitReportsResponse


Properties

NAMETYPELENGTHDESCRIPTION
BatchStatusstringThe status of each batch.

Possible responses is
  • 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.

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>
<GetCreditandDebitReportsResponse xmlns="https://ssl.selectpayment.com/PV">
<GetCreditandDebitReportsResult>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-14T00:00:00</EffectiveDate>
<BatchId>7612344</BatchId>
<Description>Settlement</Description>
<Amount>13.0200</Amount>
</WSCreditDebitReport>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-15T00:00:00</EffectiveDate>
<BatchId>7612345</BatchId>
<Description>Settlement</Description>
<Amount>1.0100</Amount>
</WSCreditDebitReport>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-15T00:00:00</EffectiveDate>
<BatchId>7612336</BatchId>
<Description>Remote Deposit</Description>
<Amount>188.2700</Amount>
</WSCreditDebitReport>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-22T00:00:00</EffectiveDate>
<BatchId>7711236</BatchId>
<Description>Settlement</Description>
<Amount>4.0000</Amount>
</WSCreditDebitReport>
</GetCreditandDebitReportsResult>
</GetCreditandDebitReportsResponse>
</soap:Body>
</soap:Envelope>