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

    • BC Card (paymentProductId 180)
    • Hana Card (paymentProductId 181)
    • Hyundai Card (paymentProductId 182)
    • KB Card (paymentProductId 183)
    • Lotte Card (paymentProductId 184)
    • NH Card (paymentProductId 185)
    • Samsung Card (paymentProductId 186)
    • Shinhan Card (paymentProductId 187)
    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.