Skip to main content

Deposits

Scoping Questions
  1. Are deposits required for orders?
  2. What deposit amounts or percentages apply?
  3. What payment methods are accepted for deposits?
  4. How are deposits reconciled against final payment?
Configuration Examples
Order deposit configuration
<retail:orderType
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:orderTypeId>SPECIAL_ORDER</retail:orderTypeId>
<retail:depositRequired>true</retail:depositRequired>
<retail:depositType>PERCENTAGE</retail:depositType>
<retail:depositPercentage>50</retail:depositPercentage>
<retail:minimumDeposit>10.00</retail:minimumDeposit>
<retail:balancePaymentTiming>AT_COLLECTION</retail:balancePaymentTiming>
</retail:orderType>