GetCreditandDebitReports
- Method
- Example Request
- Example Response
GetCreditandDebitReports(GetCreditandDebitReportsRequest)
This operation will generate a list of all credit and debit batches created for a single location, multiple locations or all locations of a customer within the date range specified. Data will be retrieved as an array.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetCreditandDebitReportsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetCreditandDebitReportsResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetCreditandDebitReports>
<pv:storeId>12334</pv:storeId>
<pv:storeKey>3z9em9oxqwX3acsaqc6H0ck8D3Yj</pv:storeKey>
<pv:entityId>12345</pv:entityId>
<pv:locationIds>
<!--Zero or more repetitions:-->
<pv:int>0</pv:int>
</pv:locationIds>
<pv:beginDate>2012-02-12</pv:beginDate>
<pv:endDate>2012-02-28</pv:endDate>
</pv:GetCreditandDebitReports>
</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>
<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>