Class SchemeTokenData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class SchemeTokenData
Properties
CardholderName
The card holder's name on the card. Minimum length of 2, maximum length of 51 characters.
Declaration
public string CardholderName { get; set; }
Property Value
Type | Description |
---|---|
string |
Cryptogram
The Token Cryptogram is a dynamic one-time use value that is used to verify the authenticity of the transaction and the integrity of the data used in the generation of the Token Cryptogram. Visa calls this the Token Authentication Verification Value (TAVV) cryptogram.
Declaration
public string Cryptogram { get; set; }
Property Value
Type | Description |
---|---|
string |
Eci
The Electronic Commerce Indicator you got with the Token Cryptogram
Declaration
public string Eci { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkToken
The network token. Note: This is called Payment Token in the EMVCo documentation
Declaration
public string NetworkToken { get; set; }
Property Value
Type | Description |
---|---|
string |
TokenExpiryDate
The expiry date of the network token
Declaration
public string TokenExpiryDate { get; set; }
Property Value
Type | Description |
---|---|
string |