Get Order's Risk Assessment Information

Provides detailed risk assessment information for a specific order.

🔒

Requires read_order access scope. More access scope

The Order Risk API provides detailed risk assessment information for a specific order. This allows merchants to better understand the potential risks associated with an order.

This API is especially useful for:

  1. Reviewing detailed risk assessments for an order.
  2. Identifying possible fraudulent or risky activities.
  3. Making data-driven decisions on whether to proceed with fulfilling the order.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
order_idstringYesUnique identifier for the orderord_123456

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
data.assessmentsarray of strings["high_risk_country", "unusual_payment_method"]List of general risk assessments for the order
data.infosarray of objects[ {...}, {...} ]Detailed risk category information

Error Response

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