Integrated Payments
Scoping Questions
- Which PSP integration is required?
- What terminal hardware is used?
- Is fallback to PDQ required?
How To Guide
Configuration Examples
Card tender with integrated PSP settings
<retail:tender
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:tenderId>CARD_UK</retail:tenderId>
<retail:tenderTypeId>Card</retail:tenderTypeId>
<retail:regionId groupTypeId="region">UK</retail:regionId>
<retail:descriptions>
<core:string language="en" country="GB">Card</core:string>
</retail:descriptions>
<retail:currencyId>GBP</retail:currencyId>
<retail:printSeparateCustomerVoucher>false</retail:printSeparateCustomerVoucher>
<retail:alwaysPrintMerchantCopyVoucher>false</retail:alwaysPrintMerchantCopyVoucher>
<retail:disableCardValidation>false</retail:disableCardValidation>
</retail:tender>