Search Results for

    Show / Hide Table of Contents

    Class CreateTokenRequest

    Inheritance
    object
    CreateTokenRequest
    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 CreateTokenRequest

    Properties

    Card

    Object containing card details

    Declaration
    public TokenCard Card { get; set; }
    Property Value
    Type Description
    TokenCard

    EncryptedCustomerInput

    Data that was encrypted client side containing all customer entered data elements like card data.
    Note: Because this data can only be submitted once to our system and contains encrypted card data you should not store it. As the data was captured within the context of a client session you also need to submit it to us before the session has expired.

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

    EWallet

    Object containing eWallet details

    Declaration
    public TokenEWallet EWallet { get; set; }
    Property Value
    Type Description
    TokenEWallet

    NonSepaDirectDebit

    Object containing non SEPA Direct Debit details

    Declaration
    public TokenNonSepaDirectDebit NonSepaDirectDebit { get; set; }
    Property Value
    Type Description
    TokenNonSepaDirectDebit

    PaymentProductId

    Payment product identifier
    Please see payment products for a full overview of possible values.

    Declaration
    public int? PaymentProductId { get; set; }
    Property Value
    Type Description
    int?

    SepaDirectDebit

    Object containing SEPA Direct Debit details

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