POST
/
api
/
service
/
merchant
/
payout
/
export
/
download
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"
}'

Authorizations

X-Ivy-Api-Key
string
header
required

API key for authentication

Body

application/json

Response

200

Returns the payout report file.