Search Results for

    Show / Hide Table of Contents

    Class CardPaymentMethodSpecificOutput

    Inheritance
    object
    AbstractPaymentMethodSpecificOutput
    CardPaymentMethodSpecificOutput
    Inherited Members
    AbstractPaymentMethodSpecificOutput.PaymentProductId
    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 CardPaymentMethodSpecificOutput : AbstractPaymentMethodSpecificOutput

    Properties

    AuthorisationCode

    Card Authorization code as returned by the acquirer

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

    Card

    Object containing card details

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

    FraudResults

    Fraud results contained in the CardFraudResults object

    Declaration
    public CardFraudResults FraudResults { get; set; }
    Property Value
    Type Description
    CardFraudResults

    InitialSchemeTransactionId

    The unique scheme transactionId of the initial transaction that was performed with SCA.
    Should be stored by the merchant to allow it to be submitted in future transactions.

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

    SchemeTransactionId

    The unique scheme transactionId of this transaction.
    Should be stored by the merchant to allow it to be submitted in future transactions. Use this value in case the initialSchemeTransactionId property is empty.

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

    ThreeDSecureResults

    3D Secure results object

    Declaration
    public ThreeDSecureResults ThreeDSecureResults { get; set; }
    Property Value
    Type Description
    ThreeDSecureResults

    Token

    If a token was used for or created during the payment, then the ID of that 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.