cURL
curl --request POST \ --url https://{yourDomain}/api/service/webhook-event/return.failed \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "return.failed", "date": "<string>", "payload": { "depositId": "<string>", "returnId": "<string>", "value": { "currency": "<string>", "amount": "<string>" }, "failedAt": "<any>" } }'
A return has been failed
Data of the webhook event
The unique id for the webhook.
return.failed
The date of the webhook.
The failed return data.
Show child attributes
OK
Was this page helpful?