cURL
curl --request POST \ --url https://api{env}.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": "pending", "fileUrl": "<string>" }
Create a Payout Report for a given timerange. A Payout Report is generated async. Please follow this guide to learn more in detail.
API key for authentication
EUR
GBP
PLN
SEK
DKK
Returns the link with the csv file url.
pending
succeeded
failed
Was this page helpful?