Search Results for

    Show / Hide Table of Contents

    Class Card

    Inheritance
    object
    CardEssentials
    CardWithoutCvv
    Card
    Inherited Members
    CardWithoutCvv.IssueNumber
    CardEssentials.CardNumber
    CardEssentials.CardholderName
    CardEssentials.ExpiryDate
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class Card : CardWithoutCvv

    Properties

    Cvv

    Card Verification Value, a 3 or 4 digit code used as an additional security feature for card not present transactions.

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

    PartialPin

    The first 2 digits of the card's PIN code. May be optionally submitted for South Korean cards (paymentProductIds 180, 181, 182, 183, 184, 185 and 186). Submitting this property may improve your authorization rate.

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