advancedFraudResults
The advancedFraudResults
element is an optional child of both the fraudResult
and the fraudCheckResponse
elements. Child elements return the results of advanced fraud checks performed by FraudSight, as well as a list of the rules triggered from the FraudSight (merchant) Policy.
Parent Elements:
fraudResult, fraudCheckResponse
Attributes:
None
Child Elements: (Optional)
The elements, deviceReputationScore and triggeredRule, alway appear, unless deviceReviewStatus is unavailable.
deviceReviewStatus, deviceReputationScore, triggeredRule
Example: advancedFraudChecks Structure
<advancedFraudResults>
<deviceReviewStatus>pass, fail, review, or unavailable</deviceReviewStatus>
<deviceReputationScore>Score Returned from ThreatMetix</deviceReputationScore>
<triggeredRule>Triggered Rule #1</triggeredRule>
.
.
.
<triggeredRule>Triggered Rule #N</triggeredRule>
</advancedFraudResults>