Class CreditCard

java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.CreditCard

public final class CreditCard extends AbstractModel
The credit card information for the transaction.
  • Method Details

    • getIssuerIdNumber

      public String getIssuerIdNumber()
      Returns:
      The issuer ID number.
    • getLast4Digits

      @Deprecated public String getLast4Digits()
      Deprecated.
      Returns:
      The last two or four digits of the credit card number.
    • getLastDigits

      public String getLastDigits()
      Returns:
      The last two or four digits of the credit card number.
    • getBankName

      public String getBankName()
      Returns:
      The name of the issuing bank as provided by the end user.
    • getBankPhoneCountryCode

      public String getBankPhoneCountryCode()
      Returns:
      The phone country code for the issuing bank as provided by the end user.
    • getBankPhoneNumber

      public String getBankPhoneNumber()
      Returns:
      The phone number, without the country code, for the issuing bank as provided by the end user.
    • getAvsResult

      public Character getAvsResult()
      Returns:
      The address verification system (AVS) check result, as returned to you by the credit card processor. The minFraud service supports the standard AVS codes.
    • getCvvResult

      public Character getCvvResult()
      Returns:
      The card verification value (CVV) code as provided by the payment processor.
    • getToken

      public String getToken()
      Returns:
      A credit card token uniquely identifying the card.
    • getWas3dSecureSuccessful

      public Boolean getWas3dSecureSuccessful()
      Returns:
      An indication of whether or not the outcome of 3D-Secure verification (e.g. Safekey, SecureCode, Verified by Visa) was successful, as provided by the end user. true if customer verification was successful, or false if the customer failed verification. null if 3-D Secure verification was not used, was unavailable, or resulted in another outcome other than success or failure.