Requires
orderaccess scope. For more info , refer to:access scope
Order Risk Properties
| Field | Type | Desc |
|---|---|---|
| id | integer | |
| order_id | string | Order's ID |
| level | string | Risk level |
| value | array of string | Risk details list |
| properties | map[string]string | Custom properties |
| created_at | string | Creation time |
| updated_at | string | Last modification time |
Example
{
"risk": {
"id": "372681851619252791",
"order_id": "10231136533507428820",
"level": "high",
"value": [
"wrong order price"
],
"properties": {
"key": "value"
},
"created_at": "2024-04-24T09:44:37Z",
"updated_at": "2024-04-24T09:44:37Z"
}
}
