reason property

String? reason
getter/setter pair

Risk reasons applicable to the Fraud Prevention assessment.

Output only. Possible string values are:

  • "REASON_UNSPECIFIED" : Default unspecified type.
  • "HIGH_TRANSACTION_VELOCITY" : A suspiciously high number of recent transactions have used identifiers present in this transaction.
  • "EXCESSIVE_ENUMERATION_PATTERN" : User is cycling through a suspiciously large number of identifiers, suggesting enumeration or validation attacks within a potential fraud network.
  • "SHORT_IDENTITY_HISTORY" : User has a short history or no history in the reCAPTCHA network, suggesting the possibility of synthetic identity generation.
  • "GEOLOCATION_DISCREPANCY" : Identifiers used in this transaction originate from an unusual or conflicting set of geolocations.
  • "ASSOCIATED_WITH_FRAUD_CLUSTER" : This transaction is linked to a cluster of known fraudulent activity.

Implementation

core.String? reason;