Search Results for

    Show / Hide Table of Contents

    Class CreateTokenResponse

    Inheritance
    object
    CreateTokenResponse
    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.Token
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class CreateTokenResponse

    Properties

    IsNewToken

    Indicates if a new token was created

    • true - A new token was created
    • false - A token with the same card number already exists and is returned. Please note that the existing token has not been updated. When you want to update other data then the card number, you need to use the update API call, as data is never updated during the creation of a token.
    Declaration
    public bool? IsNewToken { get; set; }
    Property Value
    Type Description
    bool?

    OriginalPaymentId

    The initial Payment ID of the transaction from which the token has been created

    Declaration
    public string OriginalPaymentId { get; set; }
    Property Value
    Type Description
    string

    Token

    ID of the token

    Declaration
    public string Token { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.