- Home
- Developer Center
- Documentation API Data Masking Components
- Credit Card Dynamic
API Data Masking Components
API Reference
API Data Masking Components
Open Navigation Article
- Home
- Developer Center
- Documentation API Data Masking Components
- Credit Card Dynamic
Credit Card Dynamic API
API function
.NET:
HushHush.MaskingLogic.SSRS.Mask.CreditCardDynamic(string data)
Expected input
Data: Credit card number including separators (Letters are not allowed). Digits count must be between 13 and 20.
Expected output
Credit card number of the same length and separators positions with LUHN validation string (nvarchar(MAX))
Error handling
Fails on empty or Null values. Fails on values that contains less than 13 digits or more than 20 digits.
Example
.NET: HushHush.MaskingLogic.SSRS.Mask.CreditCardDynamic("1111.2222.3333.4444")
×
API Reference: Credit Card Dynamic
API Reference: Credit Card Dynamic
- 1. Credit Card Dynamic API
- 1.1 API function
- 1.2 Expected input
- 1.3 Expected output
- 1.4 Error handling
- 1.5 Example
API Data Masking Components
API Reference