[ic] Interchange Security Code(CCV) to encryped emailfrom etc/report

Peter peter at pajamian.dhs.org
Mon Jan 29 01:26:11 UTC 2024


On 29/01/24 03:06, Boyd Lynn Gerber via interchange-users wrote:
> Hi
> 
> Would anyone be able to assist me in getting the information into the 
> email sent using etc/report.  From the strap demo template.
> 
> I want mv_credit_card_cvv2 in etc/reports

You need to set a catalog variable MV_CREDIT_CARD_INFO_TEMPLATE.  The 
default is set to 
"{MV_CREDIT_CARD_TYPE}\t{MV_CREDIT_CARD_NUMBER}\t{MV_CREDIT_CARD_EXP_MONTH}/{MV_CREDIT_CARD_EXP_YEAR}\t".

You need to add MV_CREDIT_CARD_CVV2 to the template, so you could put 
this in your catalog.cfg:

Variable MV_CREDIT_CARD_INFO_TEMPLATE 
"{MV_CREDIT_CARD_TYPE}\t{MV_CREDIT_CARD_NUMBER}\t{MV_CREDIT_CARD_CVV2}\t{MV_CREDIT_CARD_EXP_MONTH}/{MV_CREDIT_CARD_EXP_YEAR}"

...or any other template that contains those values.


Peter


More information about the interchange-users mailing list