Module: Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest::Reason
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Enum that represents potential reasons for annotating an assessment.
Constant Summary collapse
- REASON_UNSPECIFIED =
Default unspecified reason.
0
- CHARGEBACK =
Indicates that the transaction had a chargeback issued with no other details. When possible, specify the type by using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead.
1
- CHARGEBACK_FRAUD =
Indicates that the transaction had a chargeback issued related to an alleged unauthorized transaction from the cardholder's perspective (for example, the card number was stolen).
8
- CHARGEBACK_DISPUTE =
Indicates that the transaction had a chargeback issued related to the cardholder having provided their card details but allegedly not being satisfied with the purchase (for example, misrepresentation, attempted cancellation).
9
- REFUND =
Indicates that the completed payment transaction was refunded by the seller.
10
- REFUND_FRAUD =
Indicates that the completed payment transaction was determined to be fraudulent by the seller, and was cancelled and refunded as a result.
11
- TRANSACTION_ACCEPTED =
Indicates that the payment transaction was accepted, and the user was charged.
12
- TRANSACTION_DECLINED =
Indicates that the payment transaction was declined, for example due to invalid card details.
13
- PAYMENT_HEURISTICS =
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.
2
- INITIATED_TWO_FACTOR =
Indicates that the user was served a 2FA challenge. An old assessment with
ENUM_VALUES.INITIATED_TWO_FACTOR
reason that has not been overwritten withPASSED_TWO_FACTOR
is treated as an abandoned 2FA flow. This is equivalent toFAILED_TWO_FACTOR
. 7
- PASSED_TWO_FACTOR =
Indicates that the user passed a 2FA challenge.
3
- FAILED_TWO_FACTOR =
Indicates that the user failed a 2FA challenge.
4
- CORRECT_PASSWORD =
Indicates the user provided the correct password.
5
- INCORRECT_PASSWORD =
Indicates the user provided an incorrect password.
6
- SOCIAL_SPAM =
Indicates that the user sent unwanted and abusive messages to other users of the platform, such as spam, scams, phishing, or social engineering.
14