Review Resource

Represents a Review resource for a transaction flagged for manual decision-making.

🚧

Beta testing phase

If you are interested in early access to this feature please contact [email protected]!

A Review Resource

{
  "data": {
    "id": "frr_abcdefg123456",
    "type": "fraud.review",
    "score": 535,
    "risk_level": "medium",
    "organization_id": "org_abcdefg123456",
    "payment_intent_id": "pi_abcdefg123456",
    "livemode": true,
    "closed": true,
    "reason": "rule",
    "rule_id": "frl_abcdefg123456",
    "opened_reason": "rule",
    "closed_reason": null,
    "created_at": "2025-06-27T01:46:09.314Z",
    "updated_at": "2025-06-28T01:46:09.314Z"
  }
}

attributetypedescription
idstringUnique ID of the Review resource
typestringResource type (fraud.review)
scoreintegerRisk score assigned to the transaction (0–1000)
risk_levelstringRisk level classification (low, medium, high)
organization_idstringID of the organization that owns the review
payment_intent_idstringID of the associated payment intent
livemodebooleanWhether the review occurred in live mode (true or false)
closedbooleanWhether the review has been closed
reasonstringThe trigger for the review (e.g., rule)
rule_idstringID of the rule that triggered the review
opened_reasonstringReason why the review was opened
closed_reasonstringReason why the review was closed (if closed)
created_atstringTimestamp when the review was created (ISO8601)
updated_atstringTimestamp when the review was last updated