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