Click or drag to resize

CreditCard Properties

The CreditCard type exposes the following members.

Properties
  NameDescription
Public propertyAvsResult
The address verification system (AVS) check result, as returned to you by the credit card processor. The minFraud service supports the standard AVS codes.
Public propertyBankName
The name of the issuing bank as provided by the end user.
Public propertyBankPhoneCountryCode
The phone country code for the issuing bank as provided by the end user.
Public propertyBankPhoneNumber
The phone number, without the country code, for the issuing bank as provided by the end user.
Public propertyCvvResult
The card verification value (CVV) code as provided by the payment processor.
Public propertyIssuerIdNumber
The issuer ID number for the credit card. This is the first 6 digits of the credit card number. It identifies the issuing bank.
Public propertyLast4Digits
The last four digits of the credit card number.
Public propertyToken
A token uniquely identifying the card. This should not be the actual credit card number.
Top
See Also