Altering the Wrapper Configuration

By default, EFTLink allows Tanuki wrapper to manage the deployment.

Please spend time reviewing all configuration files held at "<EFTLink Installation dir>/wrapper/conf/" as under certain configuration you may need to edit these files.

For example:

  • By default, EFTLink is configured to use the CardRange.xml to control the card mask applied when sending a PAN. If you are intending to not use the cardrange.xml, then EFTLink will fall back to its default masking rule which can be configured within the eftlink.conf file.

    wrapper.java.additional.<n>= -DEFTLink.UnmaskedPanStartLength=0

    wrapper.java.additional.<n>= -DEFTLink.UnmaskedPanEndLength=4

    The accepted start length range is limited to 0 to 8 whereas the end length range is limited to 0 to 4. The defaults applied are to mask the whole PAN apart from the last four digits.