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