program the gift card identification number on either track one or track two, but not both tracks.
only use numeric prefix, serial, and suffix numbers for gift cards.
Do not use alphanumeric prefix and suffix characters with gift cards.
so only the gift card identification number can reside on the gift card and no leading zeros or any spaces.
Gift card serial numbers have a maximum length of 10 digits and a maximum value of 1299999999. Gift card prefixes and suffixes have a maximum length of five digits.
Programming leading zeros in the gift card prefix, serial, or suffix numbers will lead to incorrect behavior by the Aloha application software.
If you are using multiple gift card series, you should maintain a common length for all three components (prefix, serial, and suffix) throughout each series. For example, use 3-digit prefix numbers, 6-digit serial numbers, and 2-digit suffix numbers for each series.
Examples of acceptable prefix numbers include 100 through 199. Examples of unacceptable prefix numbers include 001 through 099 (note the leading zeros).
Examples of acceptable serial numbers include 10001, 10002…60000 (note the same length and lack of leading zeros). Examples of unacceptable serial numbers include 00001, 00002…60000 (note the leading zeros). You can use serial numbers of different lengths, such as 1, 2, 3, 10, 100, 1000, 6000, but this is not recommended.
Examples of acceptable suffix numbers include 100 through 199. Examples of unacceptable suffix numbers include 001 through 099 (note the leading zeros). You can use suffix numbers of different lengths, such as 123 and 1234, but this is not recommended since it will be hard to distinguish the prefix from the serial number between various series.
Cheers,
Coorsman