public enum Reason
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 API enum AnnotateAssessmentRequest.Types.Reason.
Enum that represents potential reasons for annotating an assessment.
Namespace
Google.Cloud.RecaptchaEnterprise.V1Beta1Assembly
Google.Cloud.RecaptchaEnterprise.V1Beta1.dll
Fields | |
---|---|
Name | Description |
Chargeback | Indicates a chargeback issued for the transaction with no other details. When possible, specify the type by using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead. |
ChargebackDispute | 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). |
ChargebackFraud | Indicates a chargeback 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 |
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. |
Unspecified | Default unspecified reason. |