GetCollectionSettings
- Method
- Example Request
- Example Response
GetCollectionSettings(GetCollectionSettingsRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetCollectionSettingsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetCollectionSettingsResponse |
<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>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetCollectionSettingsResponse xmlns="https://ssl.selectpayment.com/PV">
<GetCollectionSettingsResult>
<WSCollectionSetting>
<Location>Sample (13456)</Location>
<CollectionSettingsName>Sample Collection Settings</CollectionSettingsName>
<Enabled>true</Enabled>
<PrincipalAttempts>3</PrincipalAttempts>
<TimeFinalPresentment>True</TimeFinalPresentment>
<FeeAttempts>2</FeeAttempts>
<StateFeeOverrideAmount>$0.00</StateFeeOverrideAmount>
<MinDaysFirstPresentment>0</MinDaysFirstPresentment>
<MinDaysLastPresentment>N/A</MinDaysLastPresentment>
<DaysBeforeClear>0</DaysBeforeClear>
</WSCollectionSetting>
</GetCollectionSettingsResult>
</GetCollectionSettingsResponse>
</soap:Body>
</soap:Envelope>