Create a Payout Report
Create a Payout Report for a given timerange. A Payout Report is generated async. Please follow this guide to learn more in detail.
Authorizations
Body
Unix timestamp. The end of the timerange to create a Payout Report for.
Unix timestamp. The start of the timerange to create a Payout Report for.
If provided, the report will be generated for this currency only. If not provided, the report will be generated for all currencies.
EUR
, GBP
, PLN
Optional URL of a webhook. If provided, the report, once generated, will be sent there in JSON format.
Response
The unique identifier of the new Payout Report Object that was created.
Status of the Payout Report creation. This will be pending
when the run is initially created. As soon as the report is created, this will be set to succeeded
. Rarely, we may encounter an error, at which point this will be set to failed
. See the guide to learn more.