Skip to main content
POST
https://api.stateset.network
/
v1
/
order
/
resolve
curl --location --request POST 'https://api.stateset.network/v1/order/resolve' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": "",
    "resolution": "Refund issued"
}'

{
  "success": 123
}

Body

id
string
This is the ID of the order dispute to be resolved.
resolution
string
This is the resolution for the dispute.

Response

success
number
Indicates whether the call was successful. 1 if successful, 0 if not.
curl --location --request POST 'https://api.stateset.network/v1/order/resolve' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": "",
    "resolution": "Refund issued"
}'