Skip to main content

Class GetCreditAndDebitReportsWithTraceNumberRequest


Properties

NAMETYPELENGTHREQUIREDDESCRIPTION
storeIdlongYUnique user ID generated by EPS. (See - Required Data Elements)
storeKeystringYUnique password generated by EPS. (See - Required Data Elements)
entityIdintYUnique identifier that is generated by EPS. (See - Required Data Elements)
locationIdsintYUnique identifier generated by EPS for each location. (See - Required Data Elements)

This element will be repeated for each location requested.
beginDateDateTimeYThe date from which to start reporting batches.
endDateDateTimeYThe last date for which batches should be reported, not to exceed a date range of 90 days.

Examples

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetCreditandDebitReportsWithTraceNumber>
<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:GetCreditandDebitReportsWithTraceNumber>
</soapenv:Body>
</soapenv:Envelope>