Class AuthorizationCreateParams.RiskAssessment.CardTestingRisk

java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.RiskAssessment.CardTestingRisk
Enclosing class:
AuthorizationCreateParams.RiskAssessment

public static class AuthorizationCreateParams.RiskAssessment.CardTestingRisk extends Object
  • Method Details

    • builder

    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getInvalidAccountNumberDeclineRatePastHour

      public Long getInvalidAccountNumberDeclineRatePastHour()
      The % of declines due to a card number not existing in the past hour, taking place at the same merchant. Higher rates correspond to a greater probability of card testing activity, meaning bad actors may be attempting different card number combinations to guess a correct one. Takes on values between 0 and 100.
    • getInvalidCredentialsDeclineRatePastHour

      public Long getInvalidCredentialsDeclineRatePastHour()
      The % of declines due to incorrect verification data (like CVV or expiry) in the past hour, taking place at the same merchant. Higher rates correspond to a greater probability of bad actors attempting to utilize valid card credentials at merchants with verification requirements. Takes on values between 0 and 100.
    • getRiskLevel

      Required. The likelihood that this authorization is associated with card testing activity. This is assessed by evaluating decline activity over the last hour.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object