> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/checkout/split-payment/split-reports",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Split payout reports

> Reconcile Dintero Split Payout with per-seller settlement reports in PDF, XML, and CSV plus scheduled custom insight reports and settlement_add webhooks.

Dintero provides two types of reports, *Settlement Reports* and scheduled custom *Insight Reports*.

#### Settlement reports

Settlement reports are created when the settlements are paid out by Dintero Payout, and are available in `.pdf`, `.xml` and `.csv` formats. Every bank account transfer from Dintero to a seller will have its own settlement report.

Each item in the [List settlements](https://docs.dintero.com/billing-api.html#operation/aid_settlements_list) contains a `payout_destination_id` that identifies the seller.

You can be notified when a settlement is added by creating a webhook subscription with the `settlement_add` event.

* [Settlement Reports API reference](https://docs.dintero.com/billing-api.html#tag/settlements)
* [Subscribe to webhooks API reference](https://docs.dintero.com/webhooks-api.html#operation/aid_source_hooks_post)

#### Insight reports

The insight reports are created from transaction data and they do not contain any settlement information, but they can be
useful for other purposes.

Insight reports are based on configurations specifying a data source, filters and interval and the reports for a configuration are created automatically at the *scheduled intervals* eg. **weekly** or **monthly**.

To create a report for a seller you need to specify a filter on `payout_destination_id`.

* [Create new insight report configuration API reference](https://docs.dintero.com/insight-api.html#operation/aid_report_configuration_post)
* [List insight reports API reference](https://docs.dintero.com/reports-api.html#operation/api_reports_metadata_list_get)
