Get Order Risk Detail

Retrieves the details of a specific risk associated with an order, providing insights into flagged risks for better decision-making.

🔒

Requires read_order access scope. More access scope

The Order Risk Detail API retrieves the details of a specific risk associated with an order, providing insights into flagged risks for better decision-making.

This API is especially useful for:

  1. Reviewing specific risks flagged for an order.
  2. Enhancing fraud detection and order management processes.
  3. Providing detailed explanations for flagged risks.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
order_idstringYesThe unique ID of the order.633130-00000015
idstringYesThe unique ID of the risk.372997190468224746

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"success"Status code of the API response
messagestring"Order retrieved successfully"Descriptive message about the response
dataobject

Risk Object Structure

FieldTypeDescriptionExample
idstringThe unique ID of the created risk.372997190468224746
order_idstringThe unique ID of the order associated with the risk.633130-00000015
levelstringRisk level for the order. Possible values: low, medium, high.low
detailsarray of stringsList of reasons or details for the risk.["wrong order price"]
propertiesarray of objectsCustom key-value pairs for additional risk information"properties": {"risk_source": "manual_review", "reviewer_id": "user_123","is_high_priority": true, "verification_steps": ["phone_call", "id_check"] },
created_atstringTimestamp when the risk was created (ISO 8601 format).2024-04-25T06:37:40Z
updated_atstringTimestamp when the risk was last updated (ISO 8601 format).2024-04-25T06:37:40Z

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestringError message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!