Deposits
Scoping Questions
- Are deposits required for orders?
- What deposit amounts or percentages apply?
- What payment methods are accepted for deposits?
- How are deposits reconciled against final payment?
How To Guide
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>