Hello!
First time ticket designer here! I need a way to mask the Credit Card numbers on the receipts, something along the lines of **** **** **** 1234.
Through security, we have masked credit cards numbers to users, and my assumption was if you were in the user group that had credit cards masked, when you printed a receipt, you would not get the full card number. Naive, I know!
I can't find anywhere in the ticket design documentation, or while fiddling around in the design template, an option to mask card number of receipts.
Anyone got a tip for the newbie?
Thanks!
Hi Gang:
On our credit card receipt, we chose the 'Data Group' of Credit Card, the 'Data Element' of Card Number.
Then, below under 'Mask' we input: '********' + right(f_hdecrypt(val), 4)
While not exactly intuitive, it works like a charm.
Best of luck, Mark Sackett