Skip to main content

Other Online Payments

Scoping Questions
  1. Are other online payment providers required?
  2. Is PayPal accepted?
  3. Is Alipay accepted?
  4. What other payment methods are needed?
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>