Issue Tax Refund Form
Scoping Questions
- Is tax refund form issuance required at POS?
- What tax refund scheme is used? (e.g. VAT retail export scheme)
- What customer information must be captured?
- What transaction thresholds apply for tax refund eligibility?
How To Guide
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>