Skip to main content

Class GetTransactionReportWithTraceNumberRequest


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.
beginTransDateDateTimeYThis element represents the transaction date from which to start gathering transaction information.
endTransDateDateTimeYThis element represents the last transaction date to use for gathering transaction information.

Examples

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetTransactionReportWithTraceNumber>
<pv:storeId>3000026042</pv:storeId>
<!--Optional:-->
<pv:storeKey>tIllJfRddsprq4cXTh7ysRNiwtXh</pv:storeKey>
<pv:entityId>451893</pv:entityId>
<!--Optional:-->
<pv:locationIds>
<!--Zero or more repetitions:-->
<pv:int>0</pv:int>
</pv:locationIds>
<pv:beginTransDate>2019-05-07T16:00:00</pv:beginTransDate>
<pv:endTransDate>2019-05-07T16:15:00</pv:endTransDate>
</pv:GetTransactionReportWithTraceNumber>
</soapenv:Body>
</soapenv:Envelope>