About Card Number Masking
I use APIs to make payments. In the API response, I noticed that we receive a card object. The object looks like this:
In card.number, I want to show only the last 4 digits, while masking the rest of the card number with asterisks.
"number": "**0000"
Is it possible?
In card.number, I want to show only the last 4 digits, while masking the rest of the card number with asterisks.
"number": "**0000"
Is it possible?
