Class GetTransactionReportWithTraceNumberRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. (See - Required Data Elements) | |
| storeKey | string | Y | Unique password generated by EPS. (See - Required Data Elements) | |
| entityId | int | Y | Unique identifier that is generated by EPS. (See - Required Data Elements) | |
| locationIds | int | Y | Unique identifier generated by EPS for each location. (See - Required Data Elements) This element will be repeated for each location requested. | |
| beginTransDate | DateTime | Y | This element represents the transaction date from which to start gathering transaction information. | |
| endTransDate | DateTime | Y | This 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>
<pv:SecurityHeader>
<pv:BinarySecurityToken>your security token here</pv:BinarySecurityToken>
</pv:SecurityHeader>
</pv:SecurityHeader>
<soapenv:Body>
<pv:GetTransactionReportWithTraceNumber>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="false"/>
<pv:entityId>123456</pv:entityId>
<pv:locationIds attr0="Int32Array" isNull="false">
<pv:Int32Array0>53165201</pv:Int32Array0>
</pv:locationIds>
<pv:beginTransDate>12/18/2025 2:13:13 PM</pv:beginTransDate>
<pv:endTransDate>12/18/2025 2:13:13 PM</pv:endTransDate>
</pv:GetTransactionReportWithTraceNumber>
</soapenv:Body>
</soapenv:Envelope>