cURL
curl --request POST \ --url https://{yourDomain}/api/service/webhook-event/refund.succeeded \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "refund.succeeded", "date": "<string>", "payload": { "id": "<string>", "amount": 1, "currency": "EUR", "status": "initiated", "orderId": "<string>" } }'
A refund initiated with /refund/create succeeded
/refund/create
Data of the webhook event
The body is of type object.
object
OK
Was this page helpful?