Skip to main content

Cards Supported

Scoping Questions
  1. What card types are accepted? (Visa, Mastercard, Amex, Diners, Discover)
  2. Are contactless payments supported?
  3. Are mobile wallets supported? (Apple Pay, Google Pay)
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>