cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/refund/retrieve \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "id": "<string>" }'
{ "id": "<string>", "amount": 1, "currency": "EUR", "status": "initiated", "orderId": "<string>" }
Returns refund details and Id of refunded order.
API key for authentication
Returns the refund details.
The response is of type object.
object