Class PlainCardData
Inherited Members
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 |