GetCreditAndDebitReportsWithTraceNumber
- Method
- Example Request
- Example Response
GetCreditAndDebitReportsWithTraceNumber(GetCreditAndDebitReportsWithTraceNumberRequest)
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 |
|---|---|---|
| GetCreditAndDebitReportsWithTraceNumberRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetCreditAndDebitReportsWithTraceNumberResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header>
<pv:SecurityHeader>
<pv:BinarySecurityToken>your security token here</pv:BinarySecurityToken>
</pv:SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<pv:GetCreditAndDebitReportsWithTraceNumber>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="true" />
<pv:entityId>123456</pv:entityId>
<pv:locationIds>
<pv:int>0</pv:int>
</pv:locationIds>
<pv:beginDate>2026-02-12</pv:beginDate>
<pv:endDate>2026-02-28</pv:endDate>
</pv:GetCreditAndDebitReportsWithTraceNumber>
</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>
<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>