Credit Card numbers on reciepts

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 Becci,

    What you can do is hard print the '**** **** ****' using a text element and then use the data element Credit Card --> Last 4 Digits of Card Number.

    That should do the trick!

    T.J.

     

  • Hi Becci,

     

    We use the ‘last four digits of credit card’ element, that should do the trick.

     

    Gary

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Becci Strickland
    Sent: 06 July 2009 17:21
    To: Halliday, Gary
    Subject: [Tessitura Ticketing Forum] Credit Card numbers on reciepts

     

    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!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!


    www.southbankcentre.co.uk

    Ticket Office 0871 663 2500

    Southbank Centre is a Registered Charity No. 298909
    ______________________________________________________________________

    This message (and files transmitted with it) may contain confidential or copyright information. If you receive it in error, please notify the sender and delete it from your computer.

    _______________________________________________________________________
  • right......duh!
     
    Thanks guys!
     

    Becci Strickland
    Box Office Manager

    Tennessee Performing Arts Center
    505 Deaderick Street
    Nashville, TN 37243
    Phone: 615-782-6573
    Fax: 615-782-6561
    bstrickland@tpac.org

    Logo
    Visit us online at www.tpac.org

     


    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Gary Halliday
    Sent: Monday, July 06, 2009 11:36 AM
    To: Becci Strickland
    Subject: RE: [Tessitura Ticketing Forum] Credit Card numbers on reciepts

    Hi Becci,

     

    We use the ‘last four digits of credit card’ element, that should do the trick.

     

    Gary

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Becci Strickland
    Sent: 06 July 2009 17:21
    To: Halliday, Gary
    Subject: [Tessitura Ticketing Forum] Credit Card numbers on reciepts

     

    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!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!


    www.southbankcentre.co.uk

    Ticket Office 0871 663 2500

    Southbank Centre is a Registered Charity No. 298909
    ______________________________________________________________________

    This message (and files transmitted with it) may contain confidential or copyright information. If you receive it in error, please notify the sender and delete it from your computer.

    _______________________________________________________________________



    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
  • 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