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