cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/merchant/payout/export/download \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "reportId": "<string>", "format": "csv" }'
Download the actual Payout Report once the creation succeeded with this endpoint.
API key for authentication
Returns the payout report file.