cURL
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": "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
Returns the link with the csv file url.
The response is of type object.
object