Skip to main content

Class GetCollectionSettingsResponse


Properties

NAMETYPELENGTHDESCRIPTION
ProcessingSystemstringPossible responses are:
  • ACH
  • Image_IRD
LocationstringThe name of the location and the location Id (LID) the settings are for.
CollectionSettingsNamestring
EnabledboolPossible responses are:
  • True
  • False
PrincipalAttemptsbyteThe total number of attempts, including the original attempt, to collect the funds. Therefore, the count will always be incremented by ‘1’ to a maximum of 3.
TimeFinalPresentmentstringIs the last presentment to coincide with common paydays?

Possible responses are:
  • True
  • False
FeeAttemptsstringMaximum number of attempts.
StateFeeOverrideAmountstringReturn check fee, if applicable.
MinDaysFirstPresentmentstringNumber of days before first re-presentment or N/A.
MinDaysLastPresentmentstringTiming of final re-presentment or N/A.
ManualRepresentmentstringPossible responses are:
  • N/A (ACH)
  • True
  • False
DaysBeforeClearbyteThe number of days before the item is considered collected.

Examples

<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>