Other Online Payments
Scoping Questions
- Are other online payment providers required?
- Is PayPal accepted?
- Is Alipay accepted?
- What other payment methods are needed?
How To Guide
Configuration Examples
Online payment tender example
<retail:tender
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:tenderId>ONLINE_PAY_UK</retail:tenderId>
<retail:tenderTypeId>Card</retail:tenderTypeId>
<retail:regionId groupTypeId="region">UK</retail:regionId>
<retail:descriptions>
<core:string language="en" country="GB">Online Payment</core:string>
</retail:descriptions>
<retail:currencyId>GBP</retail:currencyId>
<retail:openDrawer>false</retail:openDrawer>
<retail:debitsAllowed>true</retail:debitsAllowed>
<retail:creditsAllowed>true</retail:creditsAllowed>
</retail:tender>