NameDescriptionTypeAdditional information
data

Encrypted card information using encryption key and later encoded using base64. Decrypted data will be a JSON as described below.
RqTokenData
Type=0{
"CardAlias":"WORK Only",
"Expiration": "0719",
"PAN": "3764515170001"
"PIN": "1234"
"BarCode": "1234567890"
}
or
Type=1{
"algorithm": 1,
"key": '" + keyAES + "',
"length": " + txtCardInfo.Text.Length + ",
"data": 'System.Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(aesdata))'
}";

string

Required

cardTypeCode

Type of card selected, used to identify Vault.

string

Required

algorithm

integer

None.

key

string

None.

length

integer

None.