Masking enables you to selectively include or exclude account information in an order payment record and all payment receipts. For example, for security purposes you can mask credit card and debit card numbers to prevent users from viewing the account number once a payment has been made.
The following Registry - Registry::EN nodes mask payment methods by default:
•TScustomerBO::Payment::Card Number: Masks the customer’s default payment card number. The default mask is 0x -4o.
•TSpaymentMethodBO::Payment Types::Credit Card::Card Number: Masks credit card numbers in the order payment record and all payment receipts. The default mask is 0x -4o.
•TSpaymentMethodBO::Payment Types::Debit Card::Card Number: Masks debit card numbers in the order payment record and all payment receipts. The default mask is 0o -6x.
•TScustomerCO::Fields::Card Number: Masks credit/debit card numbers of the customer’s default payment method if used on an order. The default mask is 0x -4o
If the customer’s default payment information has not been used, Business Intelligence does not display any information.
•TSnoteCO::Fields::Payment Transaction Account Number: Masks the credit or debit card number on an order note. The default mask is 0x -4o
•TSorderCO::Fields::Payment Account Number: Masks credit/debit card numbers on an order. The default mask is 0x -4o
To mask a payment method:
1.Open the Registry from the Desktop.
2.Browse to the node that you want to mask (listed in the chart above).
3.Specify how you want to mask the payment method by entering the format in the 'Mask' field.
To specify the masking, the letter x preceded by a number specifies the position of the digits to be masked and the letter o preceded by a number specifies the position of the digits that are displayed. The masking format reads from left to right, starting with the first digit in the credit card number. A negative number is treated as an offset from the end of the account number instead of the beginning of the number.
Information For example: •Entering 0x -4o indicates that all numbers starting from the first number will be masked and the last four numbers will be displayed, so account number 4242424242424242 would be displayed as xxxxxxxxxxxx4242. •A mask of 0o -6x indicates that all numbers starting from the first number will be displayed and the last six numbers will be masked, so account number 4242424242424242 would be displayed as 4242424242xxxxxx. •Entering 4x indicates that all numbers after the fourth number will be masked, so 4242424242424242 would be displayed as 4242xxxxxxxxxxxx. |
1.Select Yes from the 'Masked' dropdown.
2.Click 'Apply'.
A banner confirms that the Registry was updated.