cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/merchant/payout/export/retrieve \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "reportId": "<string>" }'
{ "status": "pending", "fileUrl": "<string>" }
Retrieve the status of an existing Payout Report. Use this endpoint to poll for the status before downloading a Payout Report.
API key for authentication
Returns the payout report status.
The response is of type object.
object