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

Body

application/json

Data of the webhook event

id
string
required

The unique id for the webhook.

type
enum<string>
required
Available options:
return.initiated
date
string
required

The date of the webhook.

payload
object
required

The initiated return data.

Response

200

OK

I