Not logged in - Login


R
e
q
u
e
s
t

a

d
e
m
o
< back

API Reference: Credit Card Dynamic

{TOC}

"Dynamic Credit Card " API

API function

<.API.NET: function:

HushHush.MaskingLogic.SSRS.Mask.CreditCardDynamic(string xxxxx(xxx,xxx,xxx)>data)

Expected input

<.expectedData: input:Credit datacard type,number rule,including sample>separators (Letters are not allowed). Digits count must be between 13 and 20.

Expected output

<.expectedCredit output:card datanumber type,of rule,the sample>same length and separators positions with LUHN validation string (nvarchar(MAX))

Error handling

<.errorFails handling>on empty or Null values. Fails on values that contains less than 13 digits or more than 20 digits.

Example

<.example>.NET: HushHush.MaskingLogic.SSRS.Mask.CoreditCardDynamic(�1111.2222.3333.4444�)

In .net

In SSRS

Download a Trial