Skip to main content

Class GetHistoricalEventReportByReferenceNumberRequest


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)
ReferenceNumberstringYSystem assigned number of the original transaction.

Examples

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetHistoricalEventReportByReferenceNumber>
<pv:storeId>3000028918</pv:storeId>
<!--Optional:-->
<pv:storeKey>ozZg0K2Mhq66EHaudWy57nmxN6OC</pv:storeKey>
<pv:entityId>451921</pv:entityId>
<!--Optional:-->
<pv:referenceNumber>T:416M2XBKA1</pv:referenceNumber>
</pv:GetHistoricalEventReportByReferenceNumber>
</soapenv:Body>
</soapenv:Envelope>