Skip to main content

Class RefundTransactionRequest


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)
locationIdintYUnique identifier generated by EPS for each location. (See - Required Data Elements)
originaReferenceNumberstring20YReference number assigned to the original transaction that is being reversed.

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:RefundTransaction>
<pv:storeId>0</storeId>
<pv:storeKey isNull="false"/>
<pv:entityId>12345</entityId>
<pv:locationId>102030</locationId>
<pv:originalReferenceNumber> T:123456789</originalReferenceNumber>
</pv:RefundTransaction>
</soapenv:Body>
</soapenv:Envelope>