Review Resource

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

🚧

Beta testing phase

This is not the final version of the product, and is still subject to change.

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",
    "score_id": "frs_abcdefg123456",
    "customer_email": "[email protected]",
    "payment_id": "pay_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
payment_idID of the associated payment
customer_emailCustomer's email address used in billing information
score_idID of the associated fraud score. See Scores documentation
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