Skip to main content

Class GetTransactionWithAddendaRequest


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)
transactionReferenceNumberstring20YReference number assigned to the transaction being retrieved.

Examples

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetTransactionWithAddenda>
<pv:storeId>123456</pv:storeId>
<pv:storeKey>ukDlnivc87NxIM2V6x5/YEP+WVE4</pv:storeKey>
<pv:entityId>12345</pv:entityId>
<pv:transactionReferenceNumber> T:9T10V7BBA1</pv:transactionReferenceNumber>
</pv:GetTransactionWithAddenda>
</soapenv:Body>
</soapenv:Envelope>