Search Results for

    Show / Hide Table of Contents

    Class SchemeTokenData

    Inheritance
    object
    SchemeTokenData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class SchemeTokenData

    Properties

    CardholderName

    The cardholder's name on the card

    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.