POST
/
api
/
service
/
merchant
/
payout
/
export
/
retrieve
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": "<string>",
  "fileUrl": "<string>"
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json
reportId
string
required

The unique identifier of the Payout Report to retrieve.

Response

200 - application/json
Returns the status of the Payout Report creation.
status
string
required

Status of this Payout Report creation. This will be pending when the run is initially created. When the run finishes, this will be set to succeeded. Rarely, we may encounter an error, at which point this will be set to failed.

fileUrl
string
deprecated