Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API module Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Reason.
Enum that represents potential reasons for annotating an assessment.
Constants
REASON_UNSPECIFIED
value: 0
Default unspecified reason.
CHARGEBACK
value: 1
Indicates a chargeback issued for the transaction with no other details.
When possible, specify the type by using CHARGEBACK_FRAUD or
CHARGEBACK_DISPUTE instead.
CHARGEBACK_FRAUD
value: 8
Indicates a chargeback related to an alleged unauthorized transaction
from the cardholder's perspective (for example, the card number was
stolen).
CHARGEBACK_DISPUTE
value: 9
Indicates a chargeback related to the cardholder having provided their
card details but allegedly not being satisfied with the purchase
(for example, misrepresentation, attempted cancellation).
PAYMENT_HEURISTICS
value: 2
Indicates the transaction associated with the assessment is suspected of
being fraudulent based on the payment method, billing details, shipping
address or other transaction information.
INITIATED_TWO_FACTOR
value: 7
Indicates that the user was served a 2FA challenge. An old assessment
with ENUM_VALUES.INITIATED_TWO_FACTOR
reason that has not been
overwritten with PASSED_TWO_FACTOR
is treated as an abandoned 2FA flow.
This is equivalent to FAILED_TWO_FACTOR
.
PASSED_TWO_FACTOR
value: 3
Indicates that the user passed a 2FA challenge.
FAILED_TWO_FACTOR
value: 4
Indicates that the user failed a 2FA challenge.
CORRECT_PASSWORD
value: 5
Indicates the user provided the correct password.
INCORRECT_PASSWORD
value: 6
Indicates the user provided an incorrect password.