Class FraudPreventionAssessment (1.12.1)

FraudPreventionAssessment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Assessment for Fraud Prevention.

Attributes

NameDescription
transaction_risk float
Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.
stolen_instrument_verdict google.cloud.recaptchaenterprise_v1.types.FraudPreventionAssessment.StolenInstrumentVerdict
Assessment of this transaction for risk of a stolen instrument.
card_testing_verdict google.cloud.recaptchaenterprise_v1.types.FraudPreventionAssessment.CardTestingVerdict
Assessment of this transaction for risk of being part of a card testing attack.

Classes

CardTestingVerdict

CardTestingVerdict(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.

StolenInstrumentVerdict

StolenInstrumentVerdict(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase.