Log Unredacted Credit Card Numbers
In This Topic
You can enable the CreditCardRecognized event to fire when unredacted Primary Account Number (PAN) data (also known as credit card numbers) are recognized and handle this event to create logs or perform other actions required for compliance.
When the event is enabled, it is fired when unredacted PAN data is copied from the terminal to the clipboard or to a productivity tool. For IBM systems, the event is also fired when unredacted PAN data is displayed on the screen.
Note: This event is fired only when a PAN is copied or displayed in its entirety ("in the clear"). It is not fired when only redacted PANs are copied or displayed.
To log when a credit card number is copied or displayed
- In the Reflection Workspace Settings window, click Set Up Information Privacy.
- Under Primary Account Number (PAN) Redaction Rules, make sure Enable Redaction is unselected. (For IBM terminals, if you leave Redact display data (IBM terminals only) unselected, the event fires when PAN data is typed on the screen.)
- Under PCI DSS Rules, select Enable API events when PANs are viewed by the user.
- Open the Reflection session you want to log and then, from the Tools menu, open the Visual Basic editor.
- In the Visual Basic editor Project Explorer window, under Reflection objects, open the ThisIbmTerminal (for IBM projects) or ThisTerminal for (Open Systems projects) code window and copy the following code into it.
- Back in Reflection, save the session and then type in a credit card number.
- Select the credit card number and then click Copy on the Session ribbon.
- Information from the CreditCardRecognized event is saved in the log file.
See Also