Skip to main content
Version: 202201

Create Order Risk

POST 

/openapi/2022-01/orders/:order_id/risks

Attaches a custom risk record to the specified order with a risk level (low/medium/high), supporting detail reasons, and optional custom properties. Typically called after a manual fraud review.

Request

Path Parameters

    order_id stringrequired

    Order's ID

Body

    risk object

    Order risk

    levelstring

    Risk level, such as: low, medium, high

    valuesstring[]

    Risk details list

    properties object

    Custom properties

    keystring

    value

Responses

200

Schema
    risk object
    idstring
    Example: 372997190408224746
    order_idstring
    Example: 633130-00000015
    levelstring
    Example: low
    valuestring[]
    properties object
    keystring
    Example: value
    created_atstring
    Example: 2024-04-25T06:37:40Z
    updated_atstring
    Example: 2024-04-25T06:37:40Z