Skip to main content

Issue Tax Refund Form

Scoping Questions
  1. Is tax refund form issuance required at POS?
  2. What tax refund scheme is used? (e.g. VAT retail export scheme)
  3. What customer information must be captured?
  4. What transaction thresholds apply for tax refund eligibility?
Configuration Examples
Tax refund form settings
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:taxRefundEnabled>true</retail:taxRefundEnabled>
<retail:taxRefundFormType>PAPER</retail:taxRefundFormType>
<retail:taxRefundMinimumSpend>30.00</retail:taxRefundMinimumSpend>
<retail:taxRefundCapturePassport>true</retail:taxRefundCapturePassport>
</retail:posTerminalTemplate>