Package com.stripe.param.issuing
Class AuthorizationCreateParams.RiskAssessment.CardTestingRisk
java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.RiskAssessment.CardTestingRisk
- Enclosing class:
- AuthorizationCreateParams.RiskAssessment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map of extra parameters for custom features not available in this client library.The % of declines due to a card number not existing in the past hour, taking place at the same merchant.The % of declines due to incorrect verification data (like CVV or expiry) in the past hour, taking place at the same merchant.Required. The likelihood that this authorization is associated with card testing activity.int
hashCode()
-
Method Details
-
builder
-
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
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
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
-
canEqual
-
hashCode
public int hashCode()
-