Cards Supported
Scoping Questions
- What card types are accepted? (Visa, Mastercard, Amex, Diners, Discover)
- Are contactless payments supported?
- Are mobile wallets supported? (Apple Pay, Google Pay)
How To Guide
Configuration Examples
Card Type
<retail:cardType
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:cardTypeId>VISA</retail:cardTypeId>
<retail:descriptions>
<core:string language="en" country="GB">Visa</core:string>
</retail:descriptions>
<retail:tenderId>CARD_UK</retail:tenderId>
<retail:regionId groupTypeId="region">UK</retail:regionId>
<retail:contactlessEnabled>true</retail:contactlessEnabled>
<retail:iinRanges>
<retail:iinRange>
<retail:rangeStart>400000</retail:rangeStart>
<retail:rangeEnd>499999</retail:rangeEnd>
</retail:iinRange>
</retail:iinRanges>
</retail:cardType>