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: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.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

    NetworkTokenData

    Object holding data that describes a network token.

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

    NetworkTokenUsed

    Indicates if a network token was used during the payment.

    Declaration
    public bool? NetworkTokenUsed { get; set; }
    Property Value
    Type Description
    bool?

    PaymentAccountReference

    A unique reference to the primary account number. Payment Account Reference provides a consolidated view of transactions associated with a PAN and its affiliated tokens, making it easier to identify customers and their associated transactions across payment channels.

    Declaration
    public string PaymentAccountReference { 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.