cancel
Showing results for 
Search instead for 
Did you mean: 

Masking the Single Field in SXMB_MONI

Former Member
0 Kudos

Hi,

I have a Requirement where I am getting Credit card number in one of my Scenario PI as Middle ware.I want to Mask the Credit card Number which is coming from the payload and after processing I want to Unmask it and Send to Receiver.

Are there any Module Beans available in PI to achieve this(Masking and Unmasking) ?

If not then How can I achieve this?

Thanks &Regards,

Deepthi.M

Accepted Solutions (1)

Accepted Solutions (1)

former_member854360
Active Contributor
0 Kudos

Hi Deepthi,

there is no standard module.

You need to create a custom adapter module

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Deepthi,

As said by Roy, there is no standard adapter module to mask/unmask the field.

There is another possibility, encrypting the complete payload and decrypting. This will be highly secured.

Ref:

Thanks,