Skip to main content

Class GetCollectionDetailsRequest


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)
collectionIdlongYValue retrieved from the GetCollectionreportBuilder method for the specific transaction.

Examples

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetCollectionDetails>
<pv:storeId>12345</pv:storeId>
<pv:storeKey>abCD123w87NxIB2V6x5/YEP+WXY9</pv:storeKey>
<pv:entityId>12345</pv:entityId>
<pv:collectionId>123456</pv:collectionId>
</pv:GetCollectionDetails>
</soapenv:Body>
</soapenv:Envelope>