Skip to main content

Class RefundCardTransactionRequest


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.
refundAmountdecimalDollar amount to refund. This element cannot be (0) zero, negative, or greater than the original transaction amount.

Examples

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:RefundCardTransaction>
<pv:storeId>123456</pv:storeId>
<pv:storeKey>3z9em9oxqwX3acsaqc6H0ck8D3Yj </pv:storeKey>
<pv:entityId>12345</pv:entityId>
<pv:locationId>102030</pv:locationId>
<pv:originalReferenceNumber> T:06N6Y1R7A2L </pv:originalReferenceNumber>
<pv:refundAmount>10.00</pv:locationId>
</pv:RefundTransaction>
</soapenv:Body>
</soapenv:Envelope>