POST
/
api
/
service
/
webhook-event
/
return-succeeded
Return Succeeded
curl --request POST \
  --url https://{yourDomain}/api/service/webhook-event/return-succeeded \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": "return.succeeded",
  "date": "<string>",
  "payload": {
    "depositId": "<string>",
    "returnId": "<string>",
    "value": {
      "currency": "<string>",
      "amount": "<string>"
    },
    "succeededAt": "<any>"
  }
}'

Body

application/json

Data of the webhook event

The body is of type object.

Response

200

OK