Skip to main content

PDQ

Scoping Questions
  1. Are standalone PDQ terminals in use?
  2. How is reconciliation managed?
  3. Is manual card entry required at POS?
Configuration Examples
PDQ (standalone terminal) tender - no integrated payment
<retail:tender
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:tenderId>PDQ_UK</retail:tenderId>
<retail:tenderTypeId>Card</retail:tenderTypeId>
<retail:regionId groupTypeId="region">UK</retail:regionId>
<retail:descriptions>
<core:string language="en" country="GB">PDQ Card</core:string>
</retail:descriptions>
<retail:currencyId>GBP</retail:currencyId>
<retail:disableCardValidation>true</retail:disableCardValidation>
<retail:promptWithAmountDue>true</retail:promptWithAmountDue>
<retail:captureReferenceNumber>true</retail:captureReferenceNumber>
</retail:tender>