Google Cloud reCAPTCHA Enterprise v1 API - Enum AnnotateAssessmentRequest.Types.Reason (2.12.0)

public enum AnnotateAssessmentRequest.Types.Reason

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API enum AnnotateAssessmentRequest.Types.Reason.

Enum that represents potential reasons for annotating an assessment.

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Fields

NameDescription
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.

ChargebackDispute

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).

ChargebackFraud

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).

CorrectPassword

Indicates the user provided the correct password.

FailedTwoFactor

Indicates that the user failed a 2FA challenge.

IncorrectPassword

Indicates the user provided an incorrect password.

InitiatedTwoFactor

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.

PassedTwoFactor

Indicates that the user passed a 2FA challenge.

PaymentHeuristics

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.

Refund

Indicates that the completed payment transaction was refunded by the seller.

RefundFraud

Indicates that the completed payment transaction was determined to be fraudulent by the seller, and was cancelled and refunded as a result.

SocialSpam

Indicates that the user sent unwanted and abusive messages to other users of the platform, such as spam, scams, phishing, or social engineering.

TransactionAccepted

Indicates that the payment transaction was accepted, and the user was charged.

TransactionDeclined

Indicates that the payment transaction was declined, for example due to invalid card details.

Unspecified

Default unspecified reason.