Skip to main content

Class GetTransactionByField1Request


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)
TransField1string50YOptional information associated with the transaction. Data is stored with the transaction. Indexed field
includeImagesboolImages will be included with the transaction information. (See - Optional Data Elements)

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:GetTransactionByField1>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="false"/>
<pv:entityId>123456</pv:entityId>
<pv:TransField1>String</pv:TransField1>
<pv:includeImages>1</pv:includeImages>
</pv:GetTransactionByField1>
</soapenv:Body>
</soapenv:Envelope>