Search Results for

    Show / Hide Table of Contents

    Class PlainCardData

    Inheritance
    object
    PlainCardData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Worldline.Acquiring.Sdk.V1.Domain
    Assembly: Worldline.Acquiring.Sdk.dll
    Syntax
    public class PlainCardData

    Properties

    CardNumber

    Card number (PAN, network token or DPAN).

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

    CardSecurityCode

    The security code indicated on the card
    Based on the card brand, it can be 3 or 4 digits long
    and have different names: CVV2, CVC2, CVN2, CID, CVC, CAV2, etc.

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

    CardSequenceNumber

    Card sequence number extracted from track2

    • usually known only for on-us cards, as the position of the sequence number is issuer specific
    • for requests without track2 the card sequence number is usually stored in the EMV tag 5F34
    Declaration
    public int? CardSequenceNumber { get; set; }
    Property Value
    Type Description
    int?

    ExpiryDate

    Card or token expiry date in format MMYYYY

    Declaration
    public string ExpiryDate { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2024 Worldline Financial Services (Europe) SA