Class GetCollectionSettingsRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. (See - Required Data Elements) | |
| storeKey | string | Y | Unique password generated by EPS. (See - Required Data Elements) | |
| entityId | int | Y | Unique identifier that is generated by EPS. (See - Required Data Elements) |
Examples
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetCollectionSettings>
<pv:storeId>11234</pv:storeId>
<pv:storeKey>ucRln1vw37NxID2V6x5/YEP+WLW7</pv:storeKey>
<pv:entityId>11111</pv:entityId>
</pv:GetCollectionSettings>
</soapenv:Body>
</soapenv:Envelope>