cURL
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>", "transactionId": "<string>", "value": { "currency": "<string>", "amount": "<string>" }, "succeededAt": "<any>" } }'
A return has been succeeded
Data of the webhook event
The unique id for the webhook.
return.succeeded
The date of the webhook.
The successfully succeeded return data.
Show child attributes
OK
Was this page helpful?