I am looking for the variable to add the last 4 digits of the order credit card to the merchant confirmation.
Adding last 4 digits of credit card to order confirmation
Collapse
X
-
-
Re: Adding last 4 digits of credit card to order confirmation
For security reasons, no part of the credit card number is available to display in the confirmation emails. If you wanted to only pass the last 4 digits in the confirmation email, you can add some JavaScript which copies the last 4 digits of the card number to a hidden input on the last step of checkout. This would then become a global variable you can display in the confirmation emails.
Comment
Comment