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>
<pv:SecurityHeader>
<pv:BinarySecurityToken>your security token here</pv:BinarySecurityToken>
</pv:SecurityHeader>
</soapenv:Header>

<soapenv:Body>
<pv:GetTransactionWithAddenda>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="false"/>
<pv:entityId>123456</pv:entityId>
<pv:transactionReferenceNumber>T:1234567890</pv:transactionReferenceNumber>
</pv:GetTransactionWithAddenda>
</soapenv:Body>
</soapenv:Envelope>