POST
/
api
/
service
/
merchant
/
payout
/
export
/
create
curl --request POST \
  --url https://api.sand.getivy.de/api/service/merchant/payout/export/create \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "intervalStart": 123,
  "intervalEnd": 123,
  "webhookUrl": "<string>",
  "currency": "EUR"
}'
{
  "id": "<string>",
  "status": "<string>",
  "fileUrl": "<string>"
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json

Response

200 - application/json
Returns the link with the csv file url.

The response is of type object.