> ## 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/payout-reports-dintero-reports",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Dintero settlement report formats

> Receive Dintero settlement reports for all payment providers in PDF, XML, CSV, and JSON formats, delivered by email or available in Backoffice.

Dintero produces settlement reports in a common format for all payment providers, send it to your email and put it up in
the Backoffice.

We provide PDF-, XML-, CSV-, and JSON-versions of the reports.

**Examples:**

| Filetype | Example                                                                                                                                       |
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| PDF      | [PDF](/mintlify-docs/payout-report-examples/example_settlement.pdf)                                                                           |
| XML      | [XML](/mintlify-docs/payout-report-examples/example_settlement.xml) - [XSD](/mintlify-docs/payout-report-examples/dintero-settlement-1.0.xsd) |
| CSV      | [CSV](/mintlify-docs/payout-report-examples/example_settlement.csv)                                                                           |
| JSON     | [JSON](/mintlify-docs/payout-report-examples/example_settlement.json)                                                                         |

## Webhooks

We provide the webhook `settlement_add` when a report has been created. See [webhooks](/docs/webhooks) to set it up.

## API

The settlement API is documented [here](/billing-api.html#tag/settlements).
